#21121B

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

Shades of Melanzane #21121B

Tints of Melanzane #21121B

Color information

#21121B (or 0x21121B) is unknown color: approx Melanzane. HEX triplet: 21, 12 and 1B. RGB value is (33,18,27). Sum of RGB (Red+Green+Blue) = 33+18+27=78 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.31% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 33 - color contains mainly: red. Hex color #21121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21121B is #DEEDE4. Grayscale: #171717. Windows color (decimal): -14609893 or 1774113. OLE color: 1774113.

HSL color Cylindrical-coordinate representation of color #21121B: hue angle of 324º 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 #21121B is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB331827-
CMYK00.450.180.87
HSL324º29.41%10%-
HSV(B)324º45.45%12.94%-
XYZ1.040.841.14-
YUV23.51129.97134.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 42.31%
GREEN value IS 18 (7.42% from 255) = 23.08%
BLUE value IS 27 (10.94% from 255) = 34.62%
R=42.31%
G=23.08%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33182700.450.180.8732429.4110
Hex21121B02D12571441da
Octal412233055221275043512
Binary10000110010110110101101100101010111101000100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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