#201E1F

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

Shades of Melanzane #201E1F

Tints of Melanzane #201E1F

Color information

#201E1F (or 0x201E1F) is unknown color: approx Melanzane. HEX triplet: 20, 1E and 1F. RGB value is (32,30,31). Sum of RGB (Red+Green+Blue) = 32+30+31=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 30 (12.11% from 255 or 32.26% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 32 - color contains mainly: red. Hex color #201E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201E1F is #DFE1E0. Grayscale: #1E1E1E. Windows color (decimal): -14672353 or 2039328. OLE color: 2039328.

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

Color convert

RGB323031-
CMYK00.060.030.87
HSL330º3.23%12.16%-
HSV(B)330º6.25%12.55%-
XYZ1.311.331.49-
YUV30.71128.16128.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.41%
GREEN value IS 30 (12.11% from 255) = 32.26%
BLUE value IS 31 (12.5% from 255) = 33.33%
R=34.41%
G=32.26%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32303100.060.030.873303.2312.16
Hex201E1F0635714a3c
Octal403637063127512314
Binary10000011110111110110111010111101001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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