#211F36

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

Shades of Jaguar #211F36

Tints of Jaguar #211F36

Color information

#211F36 (or 0x211F36) is unknown color: approx Jaguar. HEX triplet: 21, 1F and 36. RGB value is (33,31,54). Sum of RGB (Red+Green+Blue) = 33+31+54=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 54 (21.48% from 255 or 45.76% from 118); Max value from RGB is 54 - color contains mainly: blue. Hex color #211F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211F36 is #DEE0C9. Grayscale: #222222. Windows color (decimal): -14606538 or 3546913. OLE color: 3546913.

HSL color Cylindrical-coordinate representation of color #211F36: hue angle of 245.22º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #211F36 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB333154-
CMYK0.390.4300.79
HSL245.22º27.06%16.67%-
HSV(B)245.22º42.59%21.18%-
XYZ1.781.573.7-
YUV34.22139.16127.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.97%
GREEN value IS 31 (12.5% from 255) = 26.27%
BLUE value IS 54 (21.48% from 255) = 45.76%
R=27.97%
G=26.27%
B=45.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3331540.390.4300.79245.2227.0616.67
Hex211F36272B04Ff51b11
Octal413766475301173653321
Binary1000011111111011010011110101101001111111101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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