#21202C

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

Shades of Jaguar #21202C

Tints of Jaguar #21202C

Color information

#21202C (or 0x21202C) is unknown color: approx Jaguar. HEX triplet: 21, 20 and 2C. RGB value is (33,32,44). Sum of RGB (Red+Green+Blue) = 33+32+44=109 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.28% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 44 (17.58% from 255 or 40.37% from 109); Max value from RGB is 44 - color contains mainly: blue. Hex color #21202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21202C is #DEDFD3. Grayscale: #212121. Windows color (decimal): -14606292 or 2891809. OLE color: 2891809.

HSL color Cylindrical-coordinate representation of color #21202C: hue angle of 245º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #21202C is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB333244-
CMYK0.250.2700.83
HSL245º15.79%14.9%-
HSV(B)245º27.27%17.25%-
XYZ1.61.542.6-
YUV33.67133.83127.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.28%
GREEN value IS 32 (12.89% from 255) = 29.36%
BLUE value IS 44 (17.58% from 255) = 40.37%
R=30.28%
G=29.36%
B=40.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3332440.250.2700.8324515.7914.9
Hex21202C191B053f510f
Octal414054313301233652017
Binary10000110000010110011001110110101001111110101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21202C; }

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

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

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

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

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

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

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

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