#21121C

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

Shades of Melanzane #21121C

Tints of Melanzane #21121C

Color information

#21121C (or 0x21121C) is unknown color: approx Melanzane. HEX triplet: 21, 12 and 1C. RGB value is (33,18,28). Sum of RGB (Red+Green+Blue) = 33+18+28=79 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.77% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 33 - color contains mainly: red. Hex color #21121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21121C is #DEEDE3. Grayscale: #171717. Windows color (decimal): -14609892 or 1839649. OLE color: 1839649.

HSL color Cylindrical-coordinate representation of color #21121C: hue angle of 320º degrees, saturation: 0.29, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #21121C is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB331828-
CMYK00.450.150.87
HSL320º29.41%10%-
HSV(B)320º45.45%12.94%-
XYZ1.050.841.21-
YUV23.62130.47134.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 41.77%
GREEN value IS 18 (7.42% from 255) = 22.78%
BLUE value IS 28 (11.33% from 255) = 35.44%
R=41.77%
G=22.78%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33182800.450.150.8732029.4110
Hex21121C02DF571401da
Octal412234055171275003512
Binary1000011001011100010110111111010111101000000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21121C; }

 p { color: rgb(33,18,28); }

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

<style>
 a { background-color: #21121C; }

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

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

<style>
 span { border-color: #21121C; }

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

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