#211F31

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

Shades of Jaguar #211F31

Tints of Jaguar #211F31

Color information

#211F31 (or 0x211F31) is unknown color: approx Jaguar. HEX triplet: 21, 1F and 31. RGB value is (33,31,49). Sum of RGB (Red+Green+Blue) = 33+31+49=113 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.20% from 113); Green value is 31 (12.5% from 255 or 27.43% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 49 - color contains mainly: blue. Hex color #211F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211F31 is #DEE0CE. Grayscale: #212121. Windows color (decimal): -14606543 or 3219233. OLE color: 3219233.

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

Color convert

RGB333149-
CMYK0.330.3700.81
HSL246.67º22.5%15.69%-
HSV(B)246.67º36.73%19.22%-
XYZ1.671.533.11-
YUV33.65136.66127.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.20%
GREEN value IS 31 (12.5% from 255) = 27.43%
BLUE value IS 49 (19.53% from 255) = 43.36%
R=29.20%
G=27.43%
B=43.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3331490.330.3700.81246.6722.515.69
Hex211F312125051f71610
Octal413761414501213672620
Binary1000011111111000110000110010101010001111101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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