Shades of Maire #0B0A00
Tints of Maire #0B0A00
RGB
CMYK
RGB Variations
Color information
#0B0A00 (or 0x0B0A00) is known color: Maire. HEX triplet: 0B, 0A and 00. RGB value is (11,10,0). Sum of RGB (Red+Green+Blue) = 11+10+0=21 (2% of max value = 765). Red value is 11 (4.69% from 255 or 52.38% from 21); Green value is 10 (4.30% from 255 or 47.62% from 21); Blue value is 0 (0.39% from 255 or 0% from 21); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0A00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0A00 is #F4F5FF. Grayscale: #090909. Windows color (decimal): -16053760 or 2571. OLE color: 2571.
HSL color Cylindrical-coordinate representation of color #0B0A00: hue angle of 54.55º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B0A00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 10 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.96 |
| HSL | 54.55º | 1% | 0.02% | - |
| HSV(B) | 54.55º | 1% | 0.04% | - |
| XYZ | 0.25 | 0.29 | 0.04 | - |
| YUV | 9.16 | 122.83 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 10 | 0 | 0 | 0.09 | 1 | 0.96 | 54.55 | 1 | 0.02 |
| Hex | B | A | 0 | 0 | 9 | 64 | 60 | 37 | 64 | 2 |
| Octal | 13 | 12 | 0 | 0 | 11 | 144 | 140 | 67 | 144 | 2 |
| Binary | 1011 | 1010 | 0 | 0 | 1001 | 1100100 | 1100000 | 110111 | 1100100 | 10 |
Color Harmonies of #0B0A00
Complementary color
Monochromatic Colors of #0B0A00
Black with #0B0A00
Text Example
Text Example
White with #0B0A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0A00; }
p { color: rgb(11,10,0); }
H1.HeaderClassName
{
color: #0B0A00;
}
.AnyTagClassName
{
color: #0B0A00;
}
</style>
background-color css
<style>
a { background-color: #0B0A00; }
a { background-color: rgb(11,10,0); }
div.DivClassName
{
background-color: #0B0A00;
}
.BgClassName
{
background-color: #0B0A00;
}
</style>
border-color css
<style>
span { border-color: #0B0A00; }
span { border-color: rgb(11,10,0); }
td.TdClassName
{
border-color: #0B0A00;
}
.TagClassName
{
border-color: #0B0A00;
}
</style>