Shades of Melanzane #200B1B
Tints of Melanzane #200B1B
RGB
CMYK
RGB Variations
Color information
#200B1B (or 0x200B1B) is known color: Melanzane. HEX triplet: 20, 0B and 1B. RGB value is (32,11,27). Sum of RGB (Red+Green+Blue) = 32+11+27=70 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.71% from 70); Green value is 11 (4.69% from 255 or 15.71% from 70); Blue value is 27 (10.94% from 255 or 38.57% from 70); Max value from RGB is 32 - color contains mainly: red. Hex color #200B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200B1B is #DFF4E4. Grayscale: #131313. Windows color (decimal): -14677221 or 1772320. OLE color: 1772320.
HSL color Cylindrical-coordinate representation of color #200B1B: hue angle of 314.29º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #200B1B is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 11 | 27 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.87 |
| HSL | 314.29º | 0.49% | 0.08% | - |
| HSV(B) | 314.29º | 0.66% | 0.13% | - |
| XYZ | 0.91 | 0.63 | 1.11 | - |
| YUV | 19.1 | 132.46 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 27 | 0 | 0.66 | 0.16 | 0.87 | 314.29 | 0.49 | 0.08 |
| Hex | 20 | B | 1B | 0 | 42 | 10 | 57 | 13A | 31 | 8 |
| Octal | 40 | 13 | 33 | 0 | 102 | 20 | 127 | 472 | 61 | 10 |
| Binary | 100000 | 1011 | 11011 | 0 | 1000010 | 10000 | 1010111 | 100111010 | 110001 | 1000 |
Color Harmonies of #200B1B
Complementary color
Monochromatic Colors of #200B1B
Black with #200B1B
Text Example
Text Example
White with #200B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200B1B; }
p { color: rgb(32,11,27); }
H1.HeaderClassName
{
color: #200B1B;
}
.AnyTagClassName
{
color: #200B1B;
}
</style>
background-color css
<style>
a { background-color: #200B1B; }
a { background-color: rgb(32,11,27); }
div.DivClassName
{
background-color: #200B1B;
}
.BgClassName
{
background-color: #200B1B;
}
</style>
border-color css
<style>
span { border-color: #200B1B; }
span { border-color: rgb(32,11,27); }
td.TdClassName
{
border-color: #200B1B;
}
.TagClassName
{
border-color: #200B1B;
}
</style>