#21191D

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

Shades of Melanzane #21191D

Tints of Melanzane #21191D

Color information

#21191D (or 0x21191D) is unknown color: approx Melanzane. HEX triplet: 21, 19 and 1D. RGB value is (33,25,29). Sum of RGB (Red+Green+Blue) = 33+25+29=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 33 - color contains mainly: red. Hex color #21191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21191D is #DEE6E2. Grayscale: #1B1B1B. Windows color (decimal): -14608099 or 1906977. OLE color: 1906977.

HSL color Cylindrical-coordinate representation of color #21191D: hue angle of 330º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #21191D is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB332529-
CMYK00.240.120.87
HSL330º13.79%11.37%-
HSV(B)330º24.24%12.94%-
XYZ1.21.111.31-
YUV27.85128.65131.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.93%
GREEN value IS 25 (10.16% from 255) = 28.74%
BLUE value IS 29 (11.72% from 255) = 33.33%
R=37.93%
G=28.74%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33252900.240.120.8733013.7911.37
Hex21191D018C5714aeb
Octal413135030141275121613
Binary10000111001111010110001100101011110100101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21191D; }

 p { color: rgb(33,25,29); }

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

<style>
 a { background-color: #21191D; }

 a { background-color: rgb(33,25,29); }

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

<style>
 span { border-color: #21191D; }

 span { border-color: rgb(33,25,29); }

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