Shades of Melanzane #0C080B
Tints of Melanzane #0C080B
RGB
CMYK
RGB Variations
Color information
#0C080B (or 0x0C080B) is known color: Melanzane. HEX triplet: 0C, 08 and 0B. RGB value is (12,8,11). Sum of RGB (Red+Green+Blue) = 12+8+11=31 (4% of max value = 765). Red value is 12 (5.08% from 255 or 38.71% from 31); Green value is 8 (3.52% from 255 or 25.81% from 31); Blue value is 11 (4.69% from 255 or 35.48% from 31); Max value from RGB is 12 - color contains mainly: red. Hex color #0C080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C080B is #F3F7F4. Grayscale: #090909. Windows color (decimal): -15988725 or 722956. OLE color: 722956.
HSL color Cylindrical-coordinate representation of color #0C080B: hue angle of 315º degrees, saturation: 0.2, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0C080B is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 8 | 11 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.95 |
| HSL | 315º | 0.2% | 0.04% | - |
| HSV(B) | 315º | 0.33% | 0.05% | - |
| XYZ | 0.3 | 0.28 | 0.35 | - |
| YUV | 9.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 8 | 11 | 0 | 0.33 | 0.08 | 0.95 | 315 | 0.2 | 0.04 |
| Hex | C | 8 | B | 0 | 21 | 8 | 5F | 13B | 14 | 4 |
| Octal | 14 | 10 | 13 | 0 | 41 | 10 | 137 | 473 | 24 | 4 |
| Binary | 1100 | 1000 | 1011 | 0 | 100001 | 1000 | 1011111 | 100111011 | 10100 | 100 |
Color Harmonies of #0C080B
Complementary color
Monochromatic Colors of #0C080B
Black with #0C080B
Text Example
Text Example
White with #0C080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C080B; }
p { color: rgb(12,8,11); }
H1.HeaderClassName
{
color: #0C080B;
}
.AnyTagClassName
{
color: #0C080B;
}
</style>
background-color css
<style>
a { background-color: #0C080B; }
a { background-color: rgb(12,8,11); }
div.DivClassName
{
background-color: #0C080B;
}
.BgClassName
{
background-color: #0C080B;
}
</style>
border-color css
<style>
span { border-color: #0C080B; }
span { border-color: rgb(12,8,11); }
td.TdClassName
{
border-color: #0C080B;
}
.TagClassName
{
border-color: #0C080B;
}
</style>