#200F1D

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

Shades of Melanzane #200F1D

Tints of Melanzane #200F1D

Color information

#200F1D (or 0x200F1D) is unknown color: approx Melanzane. HEX triplet: 20, 0F and 1D. RGB value is (32,15,29). Sum of RGB (Red+Green+Blue) = 32+15+29=76 (10% of max value = 765). Red value is 32 (12.89% from 255 or 42.11% from 76); Green value is 15 (6.25% from 255 or 19.74% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 32 - color contains mainly: red. Hex color #200F1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200F1D is #DFF0E2. Grayscale: #151515. Windows color (decimal): -14676195 or 1904416. OLE color: 1904416.

HSL color Cylindrical-coordinate representation of color #200F1D: hue angle of 310.59º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #200F1D is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB321529-
CMYK00.530.090.87
HSL310.59º36.17%9.22%-
HSV(B)310.59º53.12%12.55%-
XYZ0.990.741.25-
YUV21.68132.13135.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 42.11%
GREEN value IS 15 (6.25% from 255) = 19.74%
BLUE value IS 29 (11.72% from 255) = 38.16%
R=42.11%
G=19.74%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32152900.530.090.87310.5936.179.22
Hex20F1D035957137249
Octal401735065111274674411
Binary1000001111111010110101100110101111001101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200F1D; }

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

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

<style>
 a { background-color: #200F1D; }

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

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

<style>
 span { border-color: #200F1D; }

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

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