#212029

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

Shades of Jaguar #212029

Tints of Jaguar #212029

Color information

#212029 (or 0x212029) is unknown color: approx Jaguar. HEX triplet: 21, 20 and 29. RGB value is (33,32,41). Sum of RGB (Red+Green+Blue) = 33+32+41=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 41 - color contains mainly: blue. Hex color #212029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212029 is #DEDFD6. Grayscale: #212121. Windows color (decimal): -14606295 or 2695201. OLE color: 2695201.

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

Color convert

RGB333241-
CMYK0.200.2200.84
HSL246.67º12.33%14.31%-
HSV(B)246.67º21.95%16.08%-
XYZ1.541.522.31-
YUV33.32132.33127.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.13%
GREEN value IS 32 (12.89% from 255) = 30.19%
BLUE value IS 41 (16.41% from 255) = 38.68%
R=31.13%
G=30.19%
B=38.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3332410.200.2200.84246.6712.3314.31
Hex2120291416054f7ce
Octal414051242601243671416
Binary1000011000001010011010010110010101001111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212029; }

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

 H1.HeaderClassName
 {
   color: #212029;
 }
 .AnyTagClassName
 {
   color: #212029;
 }
</style>
background-color css

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

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

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

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

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

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