#21121D

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

Shades of Melanzane #21121D

Tints of Melanzane #21121D

Color information

#21121D (or 0x21121D) is unknown color: approx Melanzane. HEX triplet: 21, 12 and 1D. RGB value is (33,18,29). Sum of RGB (Red+Green+Blue) = 33+18+29=80 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.25% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 29 (11.72% from 255 or 36.25% from 80); Max value from RGB is 33 - color contains mainly: red. Hex color #21121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21121D is #DEEDE2. Grayscale: #171717. Windows color (decimal): -14609891 or 1905185. OLE color: 1905185.

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

Color convert

RGB331829-
CMYK00.450.120.87
HSL316º29.41%10%-
HSV(B)316º45.45%12.94%-
XYZ1.070.841.27-
YUV23.74130.97134.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 41.25%
GREEN value IS 18 (7.42% from 255) = 22.5%
BLUE value IS 29 (11.72% from 255) = 36.25%
R=41.25%
G=22.5%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33182900.450.120.8731629.4110
Hex21121D02DC5713c1da
Octal412235055141274743512
Binary1000011001011101010110111001010111100111100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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