Shades of Maire #0F0B01
Tints of Maire #0F0B01
RGB
CMYK
RGB Variations
Color information
#0F0B01 (or 0x0F0B01) is known color: Maire. HEX triplet: 0F, 0B and 01. RGB value is (15,11,1). Sum of RGB (Red+Green+Blue) = 15+11+1=27 (3% of max value = 765). Red value is 15 (6.25% from 255 or 55.56% from 27); Green value is 11 (4.69% from 255 or 40.74% from 27); Blue value is 1 (0.78% from 255 or 3.70% from 27); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0B01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0B01 is #F0F4FE. Grayscale: #0B0B0B. Windows color (decimal): -15791359 or 68367. OLE color: 68367.
HSL color Cylindrical-coordinate representation of color #0F0B01: hue angle of 42.86º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F0B01 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 11 | 1 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.94 |
| HSL | 42.86º | 0.88% | 0.03% | - |
| HSV(B) | 42.86º | 0.93% | 0.06% | - |
| XYZ | 0.32 | 0.34 | 0.08 | - |
| YUV | 11.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 11 | 1 | 0 | 0.27 | 0.93 | 0.94 | 42.86 | 0.88 | 0.03 |
| Hex | F | B | 1 | 0 | 1B | 5D | 5E | 2B | 58 | 3 |
| Octal | 17 | 13 | 1 | 0 | 33 | 135 | 136 | 53 | 130 | 3 |
| Binary | 1111 | 1011 | 1 | 0 | 11011 | 1011101 | 1011110 | 101011 | 1011000 | 11 |
Color Harmonies of #0F0B01
Complementary color
Monochromatic Colors of #0F0B01
Black with #0F0B01
Text Example
Text Example
White with #0F0B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0B01; }
p { color: rgb(15,11,1); }
H1.HeaderClassName
{
color: #0F0B01;
}
.AnyTagClassName
{
color: #0F0B01;
}
</style>
background-color css
<style>
a { background-color: #0F0B01; }
a { background-color: rgb(15,11,1); }
div.DivClassName
{
background-color: #0F0B01;
}
.BgClassName
{
background-color: #0F0B01;
}
</style>
border-color css
<style>
span { border-color: #0F0B01; }
span { border-color: rgb(15,11,1); }
td.TdClassName
{
border-color: #0F0B01;
}
.TagClassName
{
border-color: #0F0B01;
}
</style>