#212137

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

Shades of Jaguar #212137

Tints of Jaguar #212137

Color information

#212137 (or 0x212137) is unknown color: approx Jaguar. HEX triplet: 21, 21 and 37. RGB value is (33,33,55). Sum of RGB (Red+Green+Blue) = 33+33+55=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 55 (21.88% from 255 or 45.45% from 121); Max value from RGB is 55 - color contains mainly: blue. Hex color #212137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212137 is #DEDEC8. Grayscale: #232323. Windows color (decimal): -14606025 or 3612961. OLE color: 3612961.

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

Color convert

RGB333355-
CMYK0.40.400.78
HSL240º25%17.25%-
HSV(B)240º40%21.57%-
XYZ1.861.693.84-
YUV35.51139126.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.27%
GREEN value IS 33 (13.28% from 255) = 27.27%
BLUE value IS 55 (21.88% from 255) = 45.45%
R=27.27%
G=27.27%
B=45.45%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3333550.40.400.782402517.25
Hex212137282804Ef01911
Octal414167505001163603121
Binary10000110000111011110100010100001001110111100001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212137; }

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

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

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

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

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

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

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

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