#21131E

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

Shades of Melanzane #21131E

Tints of Melanzane #21131E

Color information

#21131E (or 0x21131E) is unknown color: approx Melanzane. HEX triplet: 21, 13 and 1E. RGB value is (33,19,30). Sum of RGB (Red+Green+Blue) = 33+19+30=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 33 - color contains mainly: red. Hex color #21131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21131E is #DEECE1. Grayscale: #181818. Windows color (decimal): -14609634 or 1970977. OLE color: 1970977.

HSL color Cylindrical-coordinate representation of color #21131E: hue angle of 312.86º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #21131E is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB331930-
CMYK00.420.090.87
HSL312.86º26.92%10.2%-
HSV(B)312.86º42.42%12.94%-
XYZ1.090.881.34-
YUV24.44131.14134.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.24%
GREEN value IS 19 (7.81% from 255) = 23.17%
BLUE value IS 30 (12.11% from 255) = 36.59%
R=40.24%
G=23.17%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33193000.420.090.87312.8626.9210.2
Hex21131E02A9571391ba
Octal412336052111274713312
Binary1000011001111110010101010011010111100111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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