#21181F

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

Shades of Melanzane #21181F

Tints of Melanzane #21181F

Color information

#21181F (or 0x21181F) is unknown color: approx Melanzane. HEX triplet: 21, 18 and 1F. RGB value is (33,24,31). Sum of RGB (Red+Green+Blue) = 33+24+31=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 31 (12.5% from 255 or 35.23% from 88); Max value from RGB is 33 - color contains mainly: red. Hex color #21181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21181F is #DEE7E0. Grayscale: #1B1B1B. Windows color (decimal): -14608353 or 2037793. OLE color: 2037793.

HSL color Cylindrical-coordinate representation of color #21181F: hue angle of 313.33º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #21181F is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB332431-
CMYK00.270.060.87
HSL313.33º15.79%11.18%-
HSV(B)313.33º27.27%12.94%-
XYZ1.21.081.44-
YUV27.49129.98131.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.5%
GREEN value IS 24 (9.77% from 255) = 27.27%
BLUE value IS 31 (12.5% from 255) = 35.23%
R=37.5%
G=27.27%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33243100.270.060.87313.3315.7911.18
Hex21181F01B65713910b
Octal41303703361274712013
Binary10000111000111110110111101010111100111001100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21181F; }

 p { color: rgb(33,24,31); }

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

<style>
 a { background-color: #21181F; }

 a { background-color: rgb(33,24,31); }

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

<style>
 span { border-color: #21181F; }

 span { border-color: rgb(33,24,31); }

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