#21141B

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

Shades of Melanzane #21141B

Tints of Melanzane #21141B

Color information

#21141B (or 0x21141B) is unknown color: approx Melanzane. HEX triplet: 21, 14 and 1B. RGB value is (33,20,27). Sum of RGB (Red+Green+Blue) = 33+20+27=80 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.25% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 33 - color contains mainly: red. Hex color #21141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21141B is #DEEBE4. Grayscale: #181818. Windows color (decimal): -14609381 or 1774625. OLE color: 1774625.

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

Color convert

RGB332027-
CMYK00.390.180.87
HSL327.69º24.53%10.39%-
HSV(B)327.69º39.39%12.94%-
XYZ1.080.91.15-
YUV24.68129.31133.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 41.25%
GREEN value IS 20 (8.20% from 255) = 25%
BLUE value IS 27 (10.94% from 255) = 33.75%
R=41.25%
G=25%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33202700.390.180.87327.6924.5310.39
Hex21141B027125714819a
Octal412433047221275103112
Binary10000110100110110100111100101010111101001000110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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