Html Css Color HEX #212028 Jaguar

📋 copy color: '#212028'

red 33 ◦ green 32 ◦ blue 40

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

Shades of Jaguar #212028

Tints of Jaguar #212028

RGB

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

 GREEN value IS 32 (12.89% from 255) = 30.48%

 BLUE value IS 40 (16.02% from 255) = 38.1%

R = 31.43%
G = 30.48%
B = 38.1%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#212028 (or 0x212028) is known color: Jaguar. HEX triplet: 21, 20 and 28. RGB value is (33,32,40). Sum of RGB (Red+Green+Blue) = 33+32+40=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 40 - color contains mainly: blue. Hex color #212028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212028 is #DEDFD7. Grayscale: #212121. Windows color (decimal): -14606296 or 2629665. OLE color: 2629665.

HSL color Cylindrical-coordinate representation of color #212028: hue angle of 247.5º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #212028 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 33 32 40 -
CMYK 0.17 0.20 0 0.84
HSL 247.5º 0.11% 0.14% -
HSV(B) 247.5º 0.2% 0.16% -
XYZ 1.53 1.51 2.22 -
YUV 33.21 131.83 127.85 -
System Red Green Blue C M Y K H S L
Decimal 33 32 40 0.17 0.20 0 0.84 247.5 0.11 0.14
Hex 21 20 28 11 14 0 54 F8 B E
Octal 41 40 50 21 24 0 124 370 13 16
Binary 100001 100000 101000 10001 10100 0 1010100 11111000 1011 1110

Color Harmonies of #212028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212028

Black with #212028

Text Example


Text Example

White with #212028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212028; }

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

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

background-color css

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

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

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

border-color css

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

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

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