#20131D

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

Shades of Melanzane #20131D

Tints of Melanzane #20131D

Color information

#20131D (or 0x20131D) is unknown color: approx Melanzane. HEX triplet: 20, 13 and 1D. RGB value is (32,19,29). Sum of RGB (Red+Green+Blue) = 32+19+29=80 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 29 (11.72% from 255 or 36.25% from 80); Max value from RGB is 32 - color contains mainly: red. Hex color #20131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20131D is #DFECE2. Grayscale: #181818. Windows color (decimal): -14675171 or 1905440. OLE color: 1905440.

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

Color convert

RGB321929-
CMYK00.410.090.87
HSL313.85º25.49%10%-
HSV(B)313.85º40.62%12.55%-
XYZ1.050.861.27-
YUV24.03130.81133.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 40%
GREEN value IS 19 (7.81% from 255) = 23.75%
BLUE value IS 29 (11.72% from 255) = 36.25%
R=40%
G=23.75%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32192900.410.090.87313.8525.4910
Hex20131D02995713a19a
Octal402335051111274723112
Binary1000001001111101010100110011010111100111010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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