Shades of Melanzane #200F1B
Tints of Melanzane #200F1B
RGB
CMYK
RGB Variations
Color information
#200F1B (or 0x200F1B) is known color: 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
| RGB | 32 | 15 | 27 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.87 |
| HSL | 317.65º | 0.36% | 0.09% | - |
| HSV(B) | 317.65º | 0.53% | 0.13% | - |
| XYZ | 0.96 | 0.73 | 1.13 | - |
| YUV | 21.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 27 | 0 | 0.53 | 0.16 | 0.87 | 317.65 | 0.36 | 0.09 |
| Hex | 20 | F | 1B | 0 | 35 | 10 | 57 | 13E | 24 | 9 |
| Octal | 40 | 17 | 33 | 0 | 65 | 20 | 127 | 476 | 44 | 11 |
| Binary | 100000 | 1111 | 11011 | 0 | 110101 | 10000 | 1010111 | 100111110 | 100100 | 1001 |
Color Harmonies of #200F1B
Complementary color
Monochromatic Colors of #200F1B
Black with #200F1B
Text Example
Text Example
White with #200F1B
Text Example
Text Example
HTML Codes & Css Web 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>