#21101C

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

Shades of Melanzane #21101C

Tints of Melanzane #21101C

Color information

#21101C (or 0x21101C) is unknown color: approx Melanzane. HEX triplet: 21, 10 and 1C. RGB value is (33,16,28). Sum of RGB (Red+Green+Blue) = 33+16+28=77 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.86% from 77); Green value is 16 (6.64% from 255 or 20.78% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 33 - color contains mainly: red. Hex color #21101C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21101C is #DEEFE3. Grayscale: #161616. Windows color (decimal): -14610404 or 1839137. OLE color: 1839137.

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

Color convert

RGB331628-
CMYK00.520.150.87
HSL317.65º34.69%9.61%-
HSV(B)317.65º51.52%12.94%-
XYZ1.020.781.19-
YUV22.45131.13135.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 42.86%
GREEN value IS 16 (6.64% from 255) = 20.78%
BLUE value IS 28 (11.33% from 255) = 36.36%
R=42.86%
G=20.78%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33162800.520.150.87317.6534.699.61
Hex21101C034F5713e23a
Octal412034064171274764312
Binary10000110000111000110100111110101111001111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21101C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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