#21212F

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

Shades of Jaguar #21212F

Tints of Jaguar #21212F

Color information

#21212F (or 0x21212F) is unknown color: approx Jaguar. HEX triplet: 21, 21 and 2F. RGB value is (33,33,47). Sum of RGB (Red+Green+Blue) = 33+33+47=113 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.20% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 47 - color contains mainly: blue. Hex color #21212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21212F is #DEDED0. Grayscale: #222222. Windows color (decimal): -14606033 or 3088673. OLE color: 3088673.

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

Color convert

RGB333347-
CMYK0.300.3000.82
HSL240º17.5%15.69%-
HSV(B)240º29.79%18.43%-
XYZ1.681.622.91-
YUV34.6135126.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.20%
GREEN value IS 33 (13.28% from 255) = 29.20%
BLUE value IS 47 (18.75% from 255) = 41.59%
R=29.20%
G=29.20%
B=41.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3333470.300.3000.8224017.515.69
Hex21212F1E1E052f01110
Octal414157363601223602120
Binary100001100001101111111101111001010010111100001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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