#21111B

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

Shades of Melanzane #21111B

Tints of Melanzane #21111B

Color information

#21111B (or 0x21111B) is unknown color: approx Melanzane. HEX triplet: 21, 11 and 1B. RGB value is (33,17,27). Sum of RGB (Red+Green+Blue) = 33+17+27=77 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.86% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 27 (10.94% from 255 or 35.06% from 77); Max value from RGB is 33 - color contains mainly: red. Hex color #21111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21111B is #DEEEE4. Grayscale: #161616. Windows color (decimal): -14610149 or 1773857. OLE color: 1773857.

HSL color Cylindrical-coordinate representation of color #21111B: hue angle of 322.5º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #21111B is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB331727-
CMYK00.480.180.87
HSL322.5º32%9.8%-
HSV(B)322.5º48.48%12.94%-
XYZ1.030.81.14-
YUV22.92130.3135.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 42.86%
GREEN value IS 17 (7.03% from 255) = 22.08%
BLUE value IS 27 (10.94% from 255) = 35.06%
R=42.86%
G=22.08%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33172700.480.180.87322.5329.8
Hex21111B030125714220a
Octal412133060221275024012
Binary100001100011101101100001001010101111010000101000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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