#20131B

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

Shades of Melanzane #20131B

Tints of Melanzane #20131B

Color information

#20131B (or 0x20131B) is unknown color: approx Melanzane. HEX triplet: 20, 13 and 1B. RGB value is (32,19,27). Sum of RGB (Red+Green+Blue) = 32+19+27=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 32 - color contains mainly: red. Hex color #20131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20131B is #DFECE4. Grayscale: #171717. Windows color (decimal): -14675173 or 1774368. OLE color: 1774368.

HSL color Cylindrical-coordinate representation of color #20131B: 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.41%. Process color model (Four color, CMYK) of #20131B is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.87.

Color convert

RGB321927-
CMYK00.410.160.87
HSL323.08º25.49%10%-
HSV(B)323.08º40.62%12.55%-
XYZ1.030.851.15-
YUV23.8129.81133.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 41.03%
GREEN value IS 19 (7.81% from 255) = 24.36%
BLUE value IS 27 (10.94% from 255) = 34.62%
R=41.03%
G=24.36%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32192700.410.160.87323.0825.4910
Hex20131B029105714319a
Octal402333051201275033112
Binary10000010011110110101001100001010111101000011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,19,27); }

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

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

 a { background-color: rgb(32,19,27); }

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

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

 span { border-color: rgb(32,19,27); }

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