#21141D

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

Shades of Melanzane #21141D

Tints of Melanzane #21141D

Color information

#21141D (or 0x21141D) is unknown color: approx Melanzane. HEX triplet: 21, 14 and 1D. RGB value is (33,20,29). Sum of RGB (Red+Green+Blue) = 33+20+29=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 29 (11.72% from 255 or 35.37% from 82); Max value from RGB is 33 - color contains mainly: red. Hex color #21141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21141D is #DEEBE2. Grayscale: #181818. Windows color (decimal): -14609379 or 1905697. OLE color: 1905697.

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

Color convert

RGB332029-
CMYK00.390.120.87
HSL318.46º24.53%10.39%-
HSV(B)318.46º39.39%12.94%-
XYZ1.10.911.28-
YUV24.91130.31133.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.24%
GREEN value IS 20 (8.20% from 255) = 24.39%
BLUE value IS 29 (11.72% from 255) = 35.37%
R=40.24%
G=24.39%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33202900.390.120.87318.4624.5310.39
Hex21141D027C5713e19a
Octal412435047141274763112
Binary1000011010011101010011111001010111100111110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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