Html Css Color HEX #212137 Jaguar

📋 copy color: '#212137'

red 33 ◦ green 33 ◦ blue 55

#212137
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jaguar #212137

Tints of Jaguar #212137

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 value IS 0.4

 M value IS 0.4

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#212137 (or 0x212137) is known color: 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

RGB 33 33 55 -
CMYK 0.4 0.4 0 0.78
HSL 240º 0.25% 0.17% -
HSV(B) 240º 0.4% 0.22% -
XYZ 1.86 1.69 3.84 -
YUV 35.51 139 126.21 -
System Red Green Blue C M Y K H S L
Decimal 33 33 55 0.4 0.4 0 0.78 240 0.25 0.17
Hex 21 21 37 28 28 0 4E F0 19 11
Octal 41 41 67 50 50 0 116 360 31 21
Binary 100001 100001 110111 101000 101000 0 1001110 11110000 11001 10001

Color Harmonies of #212137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212137

Black with #212137

Text Example


Text Example

White with #212137

Text Example


Text Example

HTML Codes & Css Web 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>