#21141C

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

Shades of Melanzane #21141C

Tints of Melanzane #21141C

Color information

#21141C (or 0x21141C) is unknown color: approx Melanzane. HEX triplet: 21, 14 and 1C. RGB value is (33,20,28). Sum of RGB (Red+Green+Blue) = 33+20+28=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 33 - color contains mainly: red. Hex color #21141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21141C is #DEEBE3. Grayscale: #181818. Windows color (decimal): -14609380 or 1840161. OLE color: 1840161.

HSL color Cylindrical-coordinate representation of color #21141C: hue angle of 323.08º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #21141C is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB332028-
CMYK00.390.150.87
HSL323.08º24.53%10.39%-
HSV(B)323.08º39.39%12.94%-
XYZ1.090.911.22-
YUV24.8129.81133.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.74%
GREEN value IS 20 (8.20% from 255) = 24.69%
BLUE value IS 28 (11.33% from 255) = 34.57%
R=40.74%
G=24.69%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33202800.390.150.87323.0824.5310.39
Hex21141C027F5714319a
Octal412434047171275033112
Binary1000011010011100010011111111010111101000011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21141C; }

 p { color: rgb(33,20,28); }

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

<style>
 a { background-color: #21141C; }

 a { background-color: rgb(33,20,28); }

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

<style>
 span { border-color: #21141C; }

 span { border-color: rgb(33,20,28); }

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