#21212A

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

Shades of Jaguar #21212A

Tints of Jaguar #21212A

Color information

#21212A (or 0x21212A) is unknown color: approx Jaguar. HEX triplet: 21, 21 and 2A. RGB value is (33,33,42). Sum of RGB (Red+Green+Blue) = 33+33+42=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 42 (16.80% from 255 or 38.89% from 108); Max value from RGB is 42 - color contains mainly: blue. Hex color #21212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21212A is #DEDED5. Grayscale: #212121. Windows color (decimal): -14606038 or 2760993. OLE color: 2760993.

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

Color convert

RGB333342-
CMYK0.210.2100.84
HSL240º12%14.71%-
HSV(B)240º21.43%16.47%-
XYZ1.591.582.41-
YUV34.03132.5127.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.56%
GREEN value IS 33 (13.28% from 255) = 30.56%
BLUE value IS 42 (16.80% from 255) = 38.89%
R=30.56%
G=30.56%
B=38.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3333420.210.2100.842401214.71
Hex21212A1515054f0cf
Octal414152252501243601417
Binary1000011000011010101010110101010101001111000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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