#212129

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

Shades of Jaguar #212129

Tints of Jaguar #212129

Color information

#212129 (or 0x212129) is unknown color: approx Jaguar. HEX triplet: 21, 21 and 29. RGB value is (33,33,41). Sum of RGB (Red+Green+Blue) = 33+33+41=107 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.84% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 41 (16.41% from 255 or 38.32% from 107); Max value from RGB is 41 - color contains mainly: blue. Hex color #212129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212129 is #DEDED6. Grayscale: #212121. Windows color (decimal): -14606039 or 2695457. OLE color: 2695457.

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

Color convert

RGB333341-
CMYK0.200.2000.84
HSL240º10.81%14.51%-
HSV(B)240º19.51%16.08%-
XYZ1.571.572.32-
YUV33.91132127.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.84%
GREEN value IS 33 (13.28% from 255) = 30.84%
BLUE value IS 41 (16.41% from 255) = 38.32%
R=30.84%
G=30.84%
B=38.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3333410.200.2000.8424010.8114.51
Hex2121291414054f0bf
Octal414151242401243601317
Binary1000011000011010011010010100010101001111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212129; }

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

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

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

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

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

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

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

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