#21021A

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

Shades of Melanzane #21021A

Tints of Melanzane #21021A

Color information

#21021A (or 0x21021A) is unknown color: approx Melanzane. HEX triplet: 21, 02 and 1A. RGB value is (33,2,26). Sum of RGB (Red+Green+Blue) = 33+2+26=61 (8% of max value = 765). Red value is 33 (13.28% from 255 or 54.10% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 26 (10.55% from 255 or 42.62% from 61); Max value from RGB is 33 - color contains mainly: red. Hex color #21021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21021A is #DEFDE5. Grayscale: #0D0D0D. Windows color (decimal): -14613990 or 1704481. OLE color: 1704481.

HSL color Cylindrical-coordinate representation of color #21021A: hue angle of 313.55º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #21021A is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.87.

Color convert

RGB33226-
CMYK00.940.210.87
HSL313.55º88.57%6.86%-
HSV(B)313.55º93.94%12.94%-
XYZ0.840.441.02-
YUV14134.77141.55-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 54.10%
GREEN value IS 2 (1.17% from 255) = 3.28%
BLUE value IS 26 (10.55% from 255) = 42.62%
R=54.10%
G=3.28%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3322600.940.210.87313.5588.576.86
Hex2121A05E155713a597
Octal412320136251274721317
Binary1000011011010010111101010110101111001110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,2,26); }

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

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

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

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

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

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

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