#21121E

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

Shades of Melanzane #21121E

Tints of Melanzane #21121E

Color information

#21121E (or 0x21121E) is unknown color: approx Melanzane. HEX triplet: 21, 12 and 1E. RGB value is (33,18,30). Sum of RGB (Red+Green+Blue) = 33+18+30=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 33 - color contains mainly: red. Hex color #21121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21121E is #DEEDE1. Grayscale: #171717. Windows color (decimal): -14609890 or 1970721. OLE color: 1970721.

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

Color convert

RGB331830-
CMYK00.450.090.87
HSL312º29.41%10%-
HSV(B)312º45.45%12.94%-
XYZ1.080.851.34-
YUV23.85131.47134.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.74%
GREEN value IS 18 (7.42% from 255) = 22.22%
BLUE value IS 30 (12.11% from 255) = 37.04%
R=40.74%
G=22.22%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33183000.450.090.8731229.4110
Hex21121E02D9571381da
Octal412236055111274703512
Binary1000011001011110010110110011010111100111000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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