#21161C

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

Shades of Melanzane #21161C

Tints of Melanzane #21161C

Color information

#21161C (or 0x21161C) is unknown color: approx Melanzane. HEX triplet: 21, 16 and 1C. RGB value is (33,22,28). Sum of RGB (Red+Green+Blue) = 33+22+28=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 33 - color contains mainly: red. Hex color #21161C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21161C is #DEE9E3. Grayscale: #191919. Windows color (decimal): -14608868 or 1840673. OLE color: 1840673.

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

Color convert

RGB332228-
CMYK00.330.150.87
HSL327.27º20%10.78%-
HSV(B)327.27º33.33%12.94%-
XYZ1.120.981.23-
YUV25.97129.14133.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 39.76%
GREEN value IS 22 (8.98% from 255) = 26.51%
BLUE value IS 28 (11.33% from 255) = 33.73%
R=39.76%
G=26.51%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33222800.330.150.87327.272010.78
Hex21161C021F5714714b
Octal412634041171275072413
Binary1000011011011100010000111111010111101000111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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