Shades of Maire #0B0901
Tints of Maire #0B0901
RGB
CMYK
RGB Variations
Color information
#0B0901 (or 0x0B0901) is known color: Maire. HEX triplet: 0B, 09 and 01. RGB value is (11,9,1). Sum of RGB (Red+Green+Blue) = 11+9+1=21 (2% of max value = 765). Red value is 11 (4.69% from 255 or 52.38% from 21); Green value is 9 (3.91% from 255 or 42.86% from 21); Blue value is 1 (0.78% from 255 or 4.76% from 21); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0901 is #F4F6FE. Grayscale: #080808. Windows color (decimal): -16054015 or 67851. OLE color: 67851.
HSL color Cylindrical-coordinate representation of color #0B0901: hue angle of 48º degrees, saturation: 0.83, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B0901 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 9 | 1 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.96 |
| HSL | 48º | 0.83% | 0.02% | - |
| HSV(B) | 48º | 0.91% | 0.04% | - |
| XYZ | 0.24 | 0.27 | 0.07 | - |
| YUV | 8.69 | 123.66 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 9 | 1 | 0 | 0.18 | 0.91 | 0.96 | 48 | 0.83 | 0.02 |
| Hex | B | 9 | 1 | 0 | 12 | 5B | 60 | 30 | 53 | 2 |
| Octal | 13 | 11 | 1 | 0 | 22 | 133 | 140 | 60 | 123 | 2 |
| Binary | 1011 | 1001 | 1 | 0 | 10010 | 1011011 | 1100000 | 110000 | 1010011 | 10 |
Color Harmonies of #0B0901
Complementary color
Monochromatic Colors of #0B0901
Black with #0B0901
Text Example
Text Example
White with #0B0901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0901; }
p { color: rgb(11,9,1); }
H1.HeaderClassName
{
color: #0B0901;
}
.AnyTagClassName
{
color: #0B0901;
}
</style>
background-color css
<style>
a { background-color: #0B0901; }
a { background-color: rgb(11,9,1); }
div.DivClassName
{
background-color: #0B0901;
}
.BgClassName
{
background-color: #0B0901;
}
</style>
border-color css
<style>
span { border-color: #0B0901; }
span { border-color: rgb(11,9,1); }
td.TdClassName
{
border-color: #0B0901;
}
.TagClassName
{
border-color: #0B0901;
}
</style>