#211F30

Color #211F30 Jaguar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaguar #211F30

Tints of Jaguar #211F30

Color information

#211F30 (or 0x211F30) is unknown color: approx Jaguar. HEX triplet: 21, 1F and 30. RGB value is (33,31,48). Sum of RGB (Red+Green+Blue) = 33+31+48=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 48 (19.14% from 255 or 42.86% from 112); Max value from RGB is 48 - color contains mainly: blue. Hex color #211F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211F30 is #DEE0CF. Grayscale: #212121. Windows color (decimal): -14606544 or 3153697. OLE color: 3153697.

HSL color Cylindrical-coordinate representation of color #211F30: hue angle of 247.06º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #211F30 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB333148-
CMYK0.310.3500.81
HSL247.06º21.52%15.49%-
HSV(B)247.06º35.42%18.82%-
XYZ1.651.523-
YUV33.54136.16127.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 29.46%
GREEN value IS 31 (12.5% from 255) = 27.68%
BLUE value IS 48 (19.14% from 255) = 42.86%
R=29.46%
G=27.68%
B=42.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3331480.310.3500.81247.0621.5215.49
Hex211F301F23051f716f
Octal413760374301213672617
Binary10000111111110000111111000110101000111110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211F30; }

 p { color: rgb(33,31,48); }

 H1.HeaderClassName
 {
   color: #211F30;
 }
 .AnyTagClassName
 {
   color: #211F30;
 }
</style>
background-color css

<style>
 a { background-color: #211F30; }

 a { background-color: rgb(33,31,48); }

 div.DivClassName
 {
   background-color: #211F30;
 }
 .BgClassName
 {
   background-color: #211F30;
 }
</style>
border-color css

<style>
 span { border-color: #211F30; }

 span { border-color: rgb(33,31,48); }

 td.TdClassName
 {
   border-color: #211F30;
 }
 .TagClassName
 {
   border-color: #211F30;
 }
</style>