#200F1B

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

Shades of Melanzane #200F1B

Tints of Melanzane #200F1B

Color information

#200F1B (or 0x200F1B) is unknown color: approx Melanzane. HEX triplet: 20, 0F and 1B. RGB value is (32,15,27). Sum of RGB (Red+Green+Blue) = 32+15+27=74 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.24% from 74); Green value is 15 (6.25% from 255 or 20.27% from 74); Blue value is 27 (10.94% from 255 or 36.49% from 74); Max value from RGB is 32 - color contains mainly: red. Hex color #200F1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200F1B is #DFF0E4. Grayscale: #151515. Windows color (decimal): -14676197 or 1773344. OLE color: 1773344.

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

Color convert

RGB321527-
CMYK00.530.160.87
HSL317.65º36.17%9.22%-
HSV(B)317.65º53.12%12.55%-
XYZ0.960.731.13-
YUV21.45131.13135.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 43.24%
GREEN value IS 15 (6.25% from 255) = 20.27%
BLUE value IS 27 (10.94% from 255) = 36.49%
R=43.24%
G=20.27%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32152700.530.160.87317.6536.179.22
Hex20F1B035105713e249
Octal401733065201274764411
Binary10000011111101101101011000010101111001111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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