#20131C

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

Shades of Melanzane #20131C

Tints of Melanzane #20131C

Color information

#20131C (or 0x20131C) is unknown color: approx Melanzane. HEX triplet: 20, 13 and 1C. RGB value is (32,19,28). Sum of RGB (Red+Green+Blue) = 32+19+28=79 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40.51% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 32 - color contains mainly: red. Hex color #20131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20131C is #DFECE3. Grayscale: #171717. Windows color (decimal): -14675172 or 1839904. OLE color: 1839904.

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

Color convert

RGB321928-
CMYK00.410.120.87
HSL318.46º25.49%10%-
HSV(B)318.46º40.62%12.55%-
XYZ1.040.861.21-
YUV23.91130.31133.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 40.51%
GREEN value IS 19 (7.81% from 255) = 24.05%
BLUE value IS 28 (11.33% from 255) = 35.44%
R=40.51%
G=24.05%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32192800.410.120.87318.4625.4910
Hex20131C029C5713e19a
Octal402334051141274763112
Binary1000001001111100010100111001010111100111110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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