Shades of Maire #0B0B06
Tints of Maire #0B0B06
RGB
CMYK
RGB Variations
Color information
#0B0B06 (or 0x0B0B06) is known color: Maire. HEX triplet: 0B, 0B and 06. RGB value is (11,11,6). Sum of RGB (Red+Green+Blue) = 11+11+6=28 (3% of max value = 765). Red value is 11 (4.69% from 255 or 39.29% from 28); Green value is 11 (4.69% from 255 or 39.29% from 28); Blue value is 6 (2.73% from 255 or 21.43% from 28); Max value from RGB is 11 - color contains mainly: red, green. Hex color #0B0B06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0B06 is #F4F4F9. Grayscale: #0A0A0A. Windows color (decimal): -16053498 or 396043. OLE color: 396043.
HSL color Cylindrical-coordinate representation of color #0B0B06: hue angle of 60º degrees, saturation: 0.29, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0B0B06 is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 11 | 6 | - |
| CMYK | 0 | 0 | 0.45 | 0.96 |
| HSL | 60º | 0.29% | 0.03% | - |
| HSV(B) | 60º | 0.45% | 0.04% | - |
| XYZ | 0.29 | 0.32 | 0.22 | - |
| YUV | 10.43 | 125.5 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 11 | 6 | 0 | 0 | 0.45 | 0.96 | 60 | 0.29 | 0.03 |
| Hex | B | B | 6 | 0 | 0 | 2D | 60 | 3C | 1D | 3 |
| Octal | 13 | 13 | 6 | 0 | 0 | 55 | 140 | 74 | 35 | 3 |
| Binary | 1011 | 1011 | 110 | 0 | 0 | 101101 | 1100000 | 111100 | 11101 | 11 |
Color Harmonies of #0B0B06
Complementary color
Monochromatic Colors of #0B0B06
Black with #0B0B06
Text Example
Text Example
White with #0B0B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0B06; }
p { color: rgb(11,11,6); }
H1.HeaderClassName
{
color: #0B0B06;
}
.AnyTagClassName
{
color: #0B0B06;
}
</style>
background-color css
<style>
a { background-color: #0B0B06; }
a { background-color: rgb(11,11,6); }
div.DivClassName
{
background-color: #0B0B06;
}
.BgClassName
{
background-color: #0B0B06;
}
</style>
border-color css
<style>
span { border-color: #0B0B06; }
span { border-color: rgb(11,11,6); }
td.TdClassName
{
border-color: #0B0B06;
}
.TagClassName
{
border-color: #0B0B06;
}
</style>