#201A1D

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

Shades of Melanzane #201A1D

Tints of Melanzane #201A1D

Color information

#201A1D (or 0x201A1D) is unknown color: approx Melanzane. HEX triplet: 20, 1A and 1D. RGB value is (32,26,29). Sum of RGB (Red+Green+Blue) = 32+26+29=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 26 (10.55% from 255 or 29.89% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 32 - color contains mainly: red. Hex color #201A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201A1D is #DFE5E2. Grayscale: #1C1C1C. Windows color (decimal): -14673379 or 1907232. OLE color: 1907232.

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

Color convert

RGB322629-
CMYK00.190.090.87
HSL330º10.34%11.37%-
HSV(B)330º18.75%12.55%-
XYZ1.191.131.32-
YUV28.14128.49130.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.78%
GREEN value IS 26 (10.55% from 255) = 29.89%
BLUE value IS 29 (11.72% from 255) = 33.33%
R=36.78%
G=29.89%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32262900.190.090.8733010.3411.37
Hex201A1D01395714aab
Octal403235023111275121213
Binary10000011010111010100111001101011110100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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