Shades of Maire #0B0A07
Tints of Maire #0B0A07
RGB
CMYK
RGB Variations
Color information
#0B0A07 (or 0x0B0A07) is known color: Maire. HEX triplet: 0B, 0A and 07. RGB value is (11,10,7). Sum of RGB (Red+Green+Blue) = 11+10+7=28 (3% of max value = 765). Red value is 11 (4.69% from 255 or 39.29% from 28); Green value is 10 (4.30% from 255 or 35.71% from 28); Blue value is 7 (3.12% from 255 or 25% from 28); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0A07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0A07 is #F4F5F8. Grayscale: #090909. Windows color (decimal): -16053753 or 461323. OLE color: 461323.
HSL color Cylindrical-coordinate representation of color #0B0A07: hue angle of 45º degrees, saturation: 0.22, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #0B0A07 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 10 | 7 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.96 |
| HSL | 45º | 0.22% | 0.04% | - |
| HSV(B) | 45º | 0.36% | 0.04% | - |
| XYZ | 0.28 | 0.3 | 0.24 | - |
| YUV | 9.96 | 126.33 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 10 | 7 | 0 | 0.09 | 0.36 | 0.96 | 45 | 0.22 | 0.04 |
| Hex | B | A | 7 | 0 | 9 | 24 | 60 | 2D | 16 | 4 |
| Octal | 13 | 12 | 7 | 0 | 11 | 44 | 140 | 55 | 26 | 4 |
| Binary | 1011 | 1010 | 111 | 0 | 1001 | 100100 | 1100000 | 101101 | 10110 | 100 |
Color Harmonies of #0B0A07
Complementary color
Monochromatic Colors of #0B0A07
Black with #0B0A07
Text Example
Text Example
White with #0B0A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0A07; }
p { color: rgb(11,10,7); }
H1.HeaderClassName
{
color: #0B0A07;
}
.AnyTagClassName
{
color: #0B0A07;
}
</style>
background-color css
<style>
a { background-color: #0B0A07; }
a { background-color: rgb(11,10,7); }
div.DivClassName
{
background-color: #0B0A07;
}
.BgClassName
{
background-color: #0B0A07;
}
</style>
border-color css
<style>
span { border-color: #0B0A07; }
span { border-color: rgb(11,10,7); }
td.TdClassName
{
border-color: #0B0A07;
}
.TagClassName
{
border-color: #0B0A07;
}
</style>