Shades of Melanzane #0F030A
Tints of Melanzane #0F030A
RGB
CMYK
RGB Variations
Color information
#0F030A (or 0x0F030A) is known color: Melanzane. HEX triplet: 0F, 03 and 0A. RGB value is (15,3,10). Sum of RGB (Red+Green+Blue) = 15+3+10=28 (3% of max value = 765). Red value is 15 (6.25% from 255 or 53.57% from 28); Green value is 3 (1.56% from 255 or 10.71% from 28); Blue value is 10 (4.30% from 255 or 35.71% from 28); Max value from RGB is 15 - color contains mainly: red. Hex color #0F030A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F030A is #F0FCF5. Grayscale: #070707. Windows color (decimal): -15793398 or 656143. OLE color: 656143.
HSL color Cylindrical-coordinate representation of color #0F030A: hue angle of 325º degrees, saturation: 0.67, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F030A is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 3 | 10 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.94 |
| HSL | 325º | 0.67% | 0.04% | - |
| HSV(B) | 325º | 0.8% | 0.06% | - |
| XYZ | 0.28 | 0.19 | 0.31 | - |
| YUV | 7.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 3 | 10 | 0 | 0.80 | 0.33 | 0.94 | 325 | 0.67 | 0.04 |
| Hex | F | 3 | A | 0 | 50 | 21 | 5E | 145 | 43 | 4 |
| Octal | 17 | 3 | 12 | 0 | 120 | 41 | 136 | 505 | 103 | 4 |
| Binary | 1111 | 11 | 1010 | 0 | 1010000 | 100001 | 1011110 | 101000101 | 1000011 | 100 |
Color Harmonies of #0F030A
Complementary color
Monochromatic Colors of #0F030A
Black with #0F030A
Text Example
Text Example
White with #0F030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F030A; }
p { color: rgb(15,3,10); }
H1.HeaderClassName
{
color: #0F030A;
}
.AnyTagClassName
{
color: #0F030A;
}
</style>
background-color css
<style>
a { background-color: #0F030A; }
a { background-color: rgb(15,3,10); }
div.DivClassName
{
background-color: #0F030A;
}
.BgClassName
{
background-color: #0F030A;
}
</style>
border-color css
<style>
span { border-color: #0F030A; }
span { border-color: rgb(15,3,10); }
td.TdClassName
{
border-color: #0F030A;
}
.TagClassName
{
border-color: #0F030A;
}
</style>