#201A1F

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

Shades of Melanzane #201A1F

Tints of Melanzane #201A1F

Color information

#201A1F (or 0x201A1F) is unknown color: approx Melanzane. HEX triplet: 20, 1A and 1F. RGB value is (32,26,31). Sum of RGB (Red+Green+Blue) = 32+26+31=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 31 (12.5% from 255 or 34.83% from 89); Max value from RGB is 32 - color contains mainly: red. Hex color #201A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201A1F is #DFE5E0. Grayscale: #1C1C1C. Windows color (decimal): -14673377 or 2038304. OLE color: 2038304.

HSL color Cylindrical-coordinate representation of color #201A1F: hue angle of 310º degrees, saturation: 0.1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #201A1F is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB322631-
CMYK00.190.030.87
HSL310º10.34%11.37%-
HSV(B)310º18.75%12.55%-
XYZ1.211.141.45-
YUV28.36129.49130.59-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 35.96%
GREEN value IS 26 (10.55% from 255) = 29.21%
BLUE value IS 31 (12.5% from 255) = 34.83%
R=35.96%
G=29.21%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32263100.190.030.8731010.3411.37
Hex201A1F013357136ab
Octal40323702331274661213
Binary100000110101111101001111101011110011011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201A1F; }

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

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

<style>
 a { background-color: #201A1F; }

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

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

<style>
 span { border-color: #201A1F; }

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

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