#20131A

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

Shades of Melanzane #20131A

Tints of Melanzane #20131A

Color information

#20131A (or 0x20131A) is unknown color: approx Melanzane. HEX triplet: 20, 13 and 1A. RGB value is (32,19,26). Sum of RGB (Red+Green+Blue) = 32+19+26=77 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.56% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 32 - color contains mainly: red. Hex color #20131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20131A is #DFECE5. Grayscale: #171717. Windows color (decimal): -14675174 or 1708832. OLE color: 1708832.

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

Color convert

RGB321926-
CMYK00.410.190.87
HSL327.69º25.49%10%-
HSV(B)327.69º40.62%12.55%-
XYZ1.010.851.09-
YUV23.68129.31133.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 41.56%
GREEN value IS 19 (7.81% from 255) = 24.68%
BLUE value IS 26 (10.55% from 255) = 33.77%
R=41.56%
G=24.68%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32192600.410.190.87327.6925.4910
Hex20131A029135714819a
Octal402332051231275103112
Binary10000010011110100101001100111010111101001000110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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