#200F1A

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

Shades of Melanzane #200F1A

Tints of Melanzane #200F1A

Color information

#200F1A (or 0x200F1A) is unknown color: approx Melanzane. HEX triplet: 20, 0F and 1A. RGB value is (32,15,26). Sum of RGB (Red+Green+Blue) = 32+15+26=73 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.84% from 73); Green value is 15 (6.25% from 255 or 20.55% from 73); Blue value is 26 (10.55% from 255 or 35.62% from 73); Max value from RGB is 32 - color contains mainly: red. Hex color #200F1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200F1A is #DFF0E5. Grayscale: #151515. Windows color (decimal): -14676198 or 1707808. OLE color: 1707808.

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

Color convert

RGB321526-
CMYK00.530.190.87
HSL321.18º36.17%9.22%-
HSV(B)321.18º53.12%12.55%-
XYZ0.950.721.07-
YUV21.34130.63135.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 43.84%
GREEN value IS 15 (6.25% from 255) = 20.55%
BLUE value IS 26 (10.55% from 255) = 35.62%
R=43.84%
G=20.55%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32152600.530.190.87321.1836.179.22
Hex20F1A0351357141249
Octal401732065231275014411
Binary10000011111101001101011001110101111010000011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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