Html Css Color HEX #211F38 Jaguar

📋 copy color: '#211F38'

red 33 ◦ green 31 ◦ blue 56

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

Shades of Jaguar #211F38

Tints of Jaguar #211F38

RGB

 RED value IS 33 (13.28% from 255) = 27.5%

 GREEN value IS 31 (12.5% from 255) = 25.83%

 BLUE value IS 56 (22.27% from 255) = 46.67%

R = 27.5%
G = 25.83%
B = 46.67%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#211F38 (or 0x211F38) is known color: Jaguar. HEX triplet: 21, 1F and 38. RGB value is (33,31,56). Sum of RGB (Red+Green+Blue) = 33+31+56=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 56 (22.27% from 255 or 46.67% from 120); Max value from RGB is 56 - color contains mainly: blue. Hex color #211F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211F38 is #DEE0C7. Grayscale: #222222. Windows color (decimal): -14606536 or 3677985. OLE color: 3677985.

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

Color convert

RGB 33 31 56 -
CMYK 0.41 0.45 0 0.78
HSL 244.8º 0.29% 0.17% -
HSV(B) 244.8º 0.45% 0.22% -
XYZ 1.83 1.59 3.95 -
YUV 34.45 140.16 126.97 -
System Red Green Blue C M Y K H S L
Decimal 33 31 56 0.41 0.45 0 0.78 244.8 0.29 0.17
Hex 21 1F 38 29 2D 0 4E F5 1D 11
Octal 41 37 70 51 55 0 116 365 35 21
Binary 100001 11111 111000 101001 101101 0 1001110 11110101 11101 10001

Color Harmonies of #211F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211F38

Black with #211F38

Text Example


Text Example

White with #211F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #211F38;
 }
 .AnyTagClassName
 {
   color: #211F38;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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