#212028

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

Shades of Jaguar #212028

Tints of Jaguar #212028

Color information

#212028 (or 0x212028) is unknown color: approx 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

RGB333240-
CMYK0.170.2000.84
HSL247.5º11.11%14.12%-
HSV(B)247.5º20%15.69%-
XYZ1.531.512.22-
YUV33.21131.83127.85-

RGB Variations

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

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.10%
R=31.43%
G=30.48%
B=38.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3332400.170.2000.84247.511.1114.12
Hex2120281114054f8be
Octal414050212401243701316
Binary1000011000001010001000110100010101001111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>