#211F39

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

Shades of Jaguar #211F39

Tints of Jaguar #211F39

Color information

#211F39 (or 0x211F39) is unknown color: approx Jaguar. HEX triplet: 21, 1F and 39. RGB value is (33,31,57). Sum of RGB (Red+Green+Blue) = 33+31+57=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 57 (22.66% from 255 or 47.11% from 121); Max value from RGB is 57 - color contains mainly: blue. Hex color #211F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211F39 is #DEE0C6. Grayscale: #222222. Windows color (decimal): -14606535 or 3743521. OLE color: 3743521.

HSL color Cylindrical-coordinate representation of color #211F39: hue angle of 244.62º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #211F39 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB333157-
CMYK0.420.4600.78
HSL244.62º29.55%17.25%-
HSV(B)244.62º45.61%22.35%-
XYZ1.861.64.08-
YUV34.56140.66126.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.27%
GREEN value IS 31 (12.5% from 255) = 25.62%
BLUE value IS 57 (22.66% from 255) = 47.11%
R=27.27%
G=25.62%
B=47.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3331570.420.4600.78244.6229.5517.25
Hex211F392A2E04Ef51e11
Octal413771525601163653621
Binary1000011111111100110101010111001001110111101011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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