Shades of Maire #0F0B02
Tints of Maire #0F0B02
RGB
CMYK
RGB Variations
Color information
#0F0B02 (or 0x0F0B02) is known color: Maire. HEX triplet: 0F, 0B and 02. RGB value is (15,11,2). Sum of RGB (Red+Green+Blue) = 15+11+2=28 (3% of max value = 765). Red value is 15 (6.25% from 255 or 53.57% from 28); Green value is 11 (4.69% from 255 or 39.29% from 28); Blue value is 2 (1.17% from 255 or 7.14% from 28); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0B02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0B02 is #F0F4FD. Grayscale: #0B0B0B. Windows color (decimal): -15791358 or 133903. OLE color: 133903.
HSL color Cylindrical-coordinate representation of color #0F0B02: hue angle of 41.54º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F0B02 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 11 | 2 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.94 |
| HSL | 41.54º | 0.76% | 0.03% | - |
| HSV(B) | 41.54º | 0.87% | 0.06% | - |
| XYZ | 0.33 | 0.35 | 0.11 | - |
| YUV | 11.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 11 | 2 | 0 | 0.27 | 0.87 | 0.94 | 41.54 | 0.76 | 0.03 |
| Hex | F | B | 2 | 0 | 1B | 57 | 5E | 2A | 4C | 3 |
| Octal | 17 | 13 | 2 | 0 | 33 | 127 | 136 | 52 | 114 | 3 |
| Binary | 1111 | 1011 | 10 | 0 | 11011 | 1010111 | 1011110 | 101010 | 1001100 | 11 |
Color Harmonies of #0F0B02
Complementary color
Monochromatic Colors of #0F0B02
Black with #0F0B02
Text Example
Text Example
White with #0F0B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0B02; }
p { color: rgb(15,11,2); }
H1.HeaderClassName
{
color: #0F0B02;
}
.AnyTagClassName
{
color: #0F0B02;
}
</style>
background-color css
<style>
a { background-color: #0F0B02; }
a { background-color: rgb(15,11,2); }
div.DivClassName
{
background-color: #0F0B02;
}
.BgClassName
{
background-color: #0F0B02;
}
</style>
border-color css
<style>
span { border-color: #0F0B02; }
span { border-color: rgb(15,11,2); }
td.TdClassName
{
border-color: #0F0B02;
}
.TagClassName
{
border-color: #0F0B02;
}
</style>