Shades of Maire #0B0A04
Tints of Maire #0B0A04
RGB
CMYK
RGB Variations
Color information
#0B0A04 (or 0x0B0A04) is known color: Maire. HEX triplet: 0B, 0A and 04. RGB value is (11,10,4). Sum of RGB (Red+Green+Blue) = 11+10+4=25 (3% of max value = 765). Red value is 11 (4.69% from 255 or 44% from 25); Green value is 10 (4.30% from 255 or 40% from 25); Blue value is 4 (1.95% from 255 or 16% from 25); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0A04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0A04 is #F4F5FB. Grayscale: #090909. Windows color (decimal): -16053756 or 264715. OLE color: 264715.
HSL color Cylindrical-coordinate representation of color #0B0A04: hue angle of 51.43º degrees, saturation: 0.47, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0B0A04 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 10 | 4 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.96 |
| HSL | 51.43º | 0.47% | 0.03% | - |
| HSV(B) | 51.43º | 0.64% | 0.04% | - |
| XYZ | 0.27 | 0.3 | 0.16 | - |
| YUV | 9.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 10 | 4 | 0 | 0.09 | 0.64 | 0.96 | 51.43 | 0.47 | 0.03 |
| Hex | B | A | 4 | 0 | 9 | 40 | 60 | 33 | 2F | 3 |
| Octal | 13 | 12 | 4 | 0 | 11 | 100 | 140 | 63 | 57 | 3 |
| Binary | 1011 | 1010 | 100 | 0 | 1001 | 1000000 | 1100000 | 110011 | 101111 | 11 |
Color Harmonies of #0B0A04
Complementary color
Monochromatic Colors of #0B0A04
Black with #0B0A04
Text Example
Text Example
White with #0B0A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0A04; }
p { color: rgb(11,10,4); }
H1.HeaderClassName
{
color: #0B0A04;
}
.AnyTagClassName
{
color: #0B0A04;
}
</style>
background-color css
<style>
a { background-color: #0B0A04; }
a { background-color: rgb(11,10,4); }
div.DivClassName
{
background-color: #0B0A04;
}
.BgClassName
{
background-color: #0B0A04;
}
</style>
border-color css
<style>
span { border-color: #0B0A04; }
span { border-color: rgb(11,10,4); }
td.TdClassName
{
border-color: #0B0A04;
}
.TagClassName
{
border-color: #0B0A04;
}
</style>