#21111C

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

Shades of Melanzane #21111C

Tints of Melanzane #21111C

Color information

#21111C (or 0x21111C) is unknown color: approx Melanzane. HEX triplet: 21, 11 and 1C. RGB value is (33,17,28). Sum of RGB (Red+Green+Blue) = 33+17+28=78 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.31% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 33 - color contains mainly: red. Hex color #21111C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21111C is #DEEEE3. Grayscale: #171717. Windows color (decimal): -14610148 or 1839393. OLE color: 1839393.

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

Color convert

RGB331728-
CMYK00.480.150.87
HSL318.75º32%9.8%-
HSV(B)318.75º48.48%12.94%-
XYZ1.040.811.2-
YUV23.04130.8135.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 42.31%
GREEN value IS 17 (7.03% from 255) = 21.79%
BLUE value IS 28 (11.33% from 255) = 35.90%
R=42.31%
G=21.79%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33172800.480.150.87318.75329.8
Hex21111C030F5713f20a
Octal412134060171274774012
Binary10000110001111000110000111110101111001111111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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