#21181E

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

Shades of Melanzane #21181E

Tints of Melanzane #21181E

Color information

#21181E (or 0x21181E) is unknown color: approx Melanzane. HEX triplet: 21, 18 and 1E. RGB value is (33,24,30). Sum of RGB (Red+Green+Blue) = 33+24+30=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 33 - color contains mainly: red. Hex color #21181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21181E is #DEE7E1. Grayscale: #1B1B1B. Windows color (decimal): -14608354 or 1972257. OLE color: 1972257.

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

Color convert

RGB332430-
CMYK00.270.090.87
HSL320º15.79%11.18%-
HSV(B)320º27.27%12.94%-
XYZ1.191.071.37-
YUV27.38129.48132.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.93%
GREEN value IS 24 (9.77% from 255) = 27.59%
BLUE value IS 30 (12.11% from 255) = 34.48%
R=37.93%
G=27.59%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33243000.270.090.8732015.7911.18
Hex21181E01B95714010b
Octal413036033111275002013
Binary100001110001111001101110011010111101000000100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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