#212037

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

Shades of Jaguar #212037

Tints of Jaguar #212037

Color information

#212037 (or 0x212037) is unknown color: approx Jaguar. HEX triplet: 21, 20 and 37. RGB value is (33,32,55). Sum of RGB (Red+Green+Blue) = 33+32+55=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 55 (21.88% from 255 or 45.83% from 120); Max value from RGB is 55 - color contains mainly: blue. Hex color #212037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212037 is #DEDFC8. Grayscale: #222222. Windows color (decimal): -14606281 or 3612705. OLE color: 3612705.

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

Color convert

RGB333255-
CMYK0.40.4200.78
HSL242.61º26.44%17.06%-
HSV(B)242.61º41.82%21.57%-
XYZ1.831.633.83-
YUV34.92139.33126.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.5%
GREEN value IS 32 (12.89% from 255) = 26.67%
BLUE value IS 55 (21.88% from 255) = 45.83%
R=27.5%
G=26.67%
B=45.83%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3332550.40.4200.78242.6126.4417.06
Hex212037282A04Ef31a11
Octal414067505201163633221
Binary10000110000011011110100010101001001110111100111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212037; }

 p { color: rgb(33,32,55); }

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

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

 a { background-color: rgb(33,32,55); }

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

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

 span { border-color: rgb(33,32,55); }

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