#21161E

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

Shades of Melanzane #21161E

Tints of Melanzane #21161E

Color information

#21161E (or 0x21161E) is unknown color: approx Melanzane. HEX triplet: 21, 16 and 1E. RGB value is (33,22,30). Sum of RGB (Red+Green+Blue) = 33+22+30=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 22 (8.98% from 255 or 25.88% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 33 - color contains mainly: red. Hex color #21161E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21161E is #DEE9E1. Grayscale: #1A1A1A. Windows color (decimal): -14608866 or 1971745. OLE color: 1971745.

HSL color Cylindrical-coordinate representation of color #21161E: hue angle of 316.36º 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 #21161E is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB332230-
CMYK00.330.090.87
HSL316.36º20%10.78%-
HSV(B)316.36º33.33%12.94%-
XYZ1.150.991.36-
YUV26.2130.14132.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 38.82%
GREEN value IS 22 (8.98% from 255) = 25.88%
BLUE value IS 30 (12.11% from 255) = 35.29%
R=38.82%
G=25.88%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33223000.330.090.87316.362010.78
Hex21161E02195713c14b
Octal412636041111274742413
Binary1000011011011110010000110011010111100111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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