Shades of Maire #0A0B03
Tints of Maire #0A0B03
RGB
CMYK
RGB Variations
Color information
#0A0B03 (or 0x0A0B03) is known color: Maire. HEX triplet: 0A, 0B and 03. RGB value is (10,11,3). Sum of RGB (Red+Green+Blue) = 10+11+3=24 (3% of max value = 765). Red value is 10 (4.30% from 255 or 41.67% from 24); Green value is 11 (4.69% from 255 or 45.83% from 24); Blue value is 3 (1.56% from 255 or 12.5% from 24); Max value from RGB is 11 - color contains mainly: green. Hex color #0A0B03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0B03 is #F5F4FC. Grayscale: #090909. Windows color (decimal): -16119037 or 199434. OLE color: 199434.
HSL color Cylindrical-coordinate representation of color #0A0B03: hue angle of 67.5º degrees, saturation: 0.57, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0A0B03 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.96.
Color convert
RGB | 10 | 11 | 3 | - |
CMYK | 0.09 | 0 | 0.73 | 0.96 |
HSL | 67.5º | 0.57% | 0.03% | - |
HSV(B) | 67.5º | 0.73% | 0.04% | - |
XYZ | 0.26 | 0.31 | 0.13 | - |
YUV | 9.79 | 124.17 | 128.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 10 | 11 | 3 | 0.09 | 0 | 0.73 | 0.96 | 67.5 | 0.57 | 0.03 |
Hex | A | B | 3 | 9 | 0 | 49 | 60 | 44 | 39 | 3 |
Octal | 12 | 13 | 3 | 11 | 0 | 111 | 140 | 104 | 71 | 3 |
Binary | 1010 | 1011 | 11 | 1001 | 0 | 1001001 | 1100000 | 1000100 | 111001 | 11 |
Color Harmonies of #0A0B03
Complementary color
Monochromatic Colors of #0A0B03
Black with #0A0B03
Text Example
Text Example
White with #0A0B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0B03; }
p { color: rgb(10,11,3); }
H1.HeaderClassName
{
color: #0A0B03;
}
.AnyTagClassName
{
color: #0A0B03;
}
</style>
background-color css
<style>
a { background-color: #0A0B03; }
a { background-color: rgb(10,11,3); }
div.DivClassName
{
background-color: #0A0B03;
}
.BgClassName
{
background-color: #0A0B03;
}
</style>
border-color css
<style>
span { border-color: #0A0B03; }
span { border-color: rgb(10,11,3); }
td.TdClassName
{
border-color: #0A0B03;
}
.TagClassName
{
border-color: #0A0B03;
}
</style>