#21212D

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

Shades of Jaguar #21212D

Tints of Jaguar #21212D

Color information

#21212D (or 0x21212D) is unknown color: approx Jaguar. HEX triplet: 21, 21 and 2D. RGB value is (33,33,45). Sum of RGB (Red+Green+Blue) = 33+33+45=111 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.73% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 45 - color contains mainly: blue. Hex color #21212D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21212D is #DEDED2. Grayscale: #222222. Windows color (decimal): -14606035 or 2957601. OLE color: 2957601.

HSL color Cylindrical-coordinate representation of color #21212D: hue angle of 240º degrees, saturation: 0.15, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #21212D is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB333345-
CMYK0.270.2700.82
HSL240º15.38%15.29%-
HSV(B)240º26.67%17.65%-
XYZ1.641.62.7-
YUV34.37134127.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.73%
GREEN value IS 33 (13.28% from 255) = 29.73%
BLUE value IS 45 (17.97% from 255) = 40.54%
R=29.73%
G=29.73%
B=40.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3333450.270.2700.8224015.3815.29
Hex21212D1B1B052f0ff
Octal414155333301223601717
Binary1000011000011011011101111011010100101111000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21212D; }

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

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

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

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

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

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

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

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