Shades of Maire #0B0904
Tints of Maire #0B0904
RGB
CMYK
RGB Variations
Color information
#0B0904 (or 0x0B0904) is known color: Maire. HEX triplet: 0B, 09 and 04. RGB value is (11,9,4). Sum of RGB (Red+Green+Blue) = 11+9+4=24 (3% of max value = 765). Red value is 11 (4.69% from 255 or 45.83% from 24); Green value is 9 (3.91% from 255 or 37.5% from 24); Blue value is 4 (1.95% from 255 or 16.67% from 24); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0904 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0904 is #F4F6FB. Grayscale: #090909. Windows color (decimal): -16054012 or 264459. OLE color: 264459.
HSL color Cylindrical-coordinate representation of color #0B0904: hue angle of 42.86º 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 #0B0904 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 9 | 4 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.96 |
| HSL | 42.86º | 0.47% | 0.03% | - |
| HSV(B) | 42.86º | 0.64% | 0.04% | - |
| XYZ | 0.26 | 0.28 | 0.15 | - |
| YUV | 9.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 9 | 4 | 0 | 0.18 | 0.64 | 0.96 | 42.86 | 0.47 | 0.03 |
| Hex | B | 9 | 4 | 0 | 12 | 40 | 60 | 2B | 2F | 3 |
| Octal | 13 | 11 | 4 | 0 | 22 | 100 | 140 | 53 | 57 | 3 |
| Binary | 1011 | 1001 | 100 | 0 | 10010 | 1000000 | 1100000 | 101011 | 101111 | 11 |
Color Harmonies of #0B0904
Complementary color
Monochromatic Colors of #0B0904
Black with #0B0904
Text Example
Text Example
White with #0B0904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0904; }
p { color: rgb(11,9,4); }
H1.HeaderClassName
{
color: #0B0904;
}
.AnyTagClassName
{
color: #0B0904;
}
</style>
background-color css
<style>
a { background-color: #0B0904; }
a { background-color: rgb(11,9,4); }
div.DivClassName
{
background-color: #0B0904;
}
.BgClassName
{
background-color: #0B0904;
}
</style>
border-color css
<style>
span { border-color: #0B0904; }
span { border-color: rgb(11,9,4); }
td.TdClassName
{
border-color: #0B0904;
}
.TagClassName
{
border-color: #0B0904;
}
</style>