Html Css Color HEX #211F39 Jaguar

📋 copy color: '#211F39'

red 33 ◦ green 31 ◦ blue 57

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

Shades of Jaguar #211F39

Tints of Jaguar #211F39

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

 M value IS 0.46

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#211F39 (or 0x211F39) is known color: 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

RGB 33 31 57 -
CMYK 0.42 0.46 0 0.78
HSL 244.62º 0.3% 0.17% -
HSV(B) 244.62º 0.46% 0.22% -
XYZ 1.86 1.6 4.08 -
YUV 34.56 140.66 126.89 -
System Red Green Blue C M Y K H S L
Decimal 33 31 57 0.42 0.46 0 0.78 244.62 0.3 0.17
Hex 21 1F 39 2A 2E 0 4E F5 1E 11
Octal 41 37 71 52 56 0 116 365 36 21
Binary 100001 11111 111001 101010 101110 0 1001110 11110101 11110 10001

Color Harmonies of #211F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211F39

Black with #211F39

Text Example


Text Example

White with #211F39

Text Example


Text Example

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