#21212B

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

Shades of Jaguar #21212B

Tints of Jaguar #21212B

Color information

#21212B (or 0x21212B) is unknown color: approx Jaguar. HEX triplet: 21, 21 and 2B. RGB value is (33,33,43). Sum of RGB (Red+Green+Blue) = 33+33+43=109 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.28% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 43 - color contains mainly: blue. Hex color #21212B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21212B is #DEDED4. Grayscale: #222222. Windows color (decimal): -14606037 or 2826529. OLE color: 2826529.

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

Color convert

RGB333343-
CMYK0.230.2300.83
HSL240º13.16%14.9%-
HSV(B)240º23.26%16.86%-
XYZ1.611.592.51-
YUV34.14133127.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.28%
GREEN value IS 33 (13.28% from 255) = 30.28%
BLUE value IS 43 (17.19% from 255) = 39.45%
R=30.28%
G=30.28%
B=39.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3333430.230.2300.8324013.1614.9
Hex21212B1717053f0df
Octal414153272701233601517
Binary1000011000011010111011110111010100111111000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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