Shades of Maire #0B0B02
Tints of Maire #0B0B02
RGB
CMYK
RGB Variations
Color information
#0B0B02 (or 0x0B0B02) is known color: Maire. HEX triplet: 0B, 0B and 02. RGB value is (11,11,2). Sum of RGB (Red+Green+Blue) = 11+11+2=24 (3% of max value = 765). Red value is 11 (4.69% from 255 or 45.83% from 24); Green value is 11 (4.69% from 255 or 45.83% from 24); Blue value is 2 (1.17% from 255 or 8.33% from 24); Max value from RGB is 11 - color contains mainly: red, green. Hex color #0B0B02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0B02 is #F4F4FD. Grayscale: #0A0A0A. Windows color (decimal): -16053502 or 133899. OLE color: 133899.
HSL color Cylindrical-coordinate representation of color #0B0B02: hue angle of 60º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B0B02 is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 11 | 2 | - |
| CMYK | 0 | 0 | 0.82 | 0.96 |
| HSL | 60º | 0.69% | 0.03% | - |
| HSV(B) | 60º | 0.82% | 0.04% | - |
| XYZ | 0.27 | 0.31 | 0.1 | - |
| YUV | 9.97 | 123.5 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 11 | 2 | 0 | 0 | 0.82 | 0.96 | 60 | 0.69 | 0.03 |
| Hex | B | B | 2 | 0 | 0 | 52 | 60 | 3C | 45 | 3 |
| Octal | 13 | 13 | 2 | 0 | 0 | 122 | 140 | 74 | 105 | 3 |
| Binary | 1011 | 1011 | 10 | 0 | 0 | 1010010 | 1100000 | 111100 | 1000101 | 11 |
Color Harmonies of #0B0B02
Complementary color
Monochromatic Colors of #0B0B02
Black with #0B0B02
Text Example
Text Example
White with #0B0B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0B02; }
p { color: rgb(11,11,2); }
H1.HeaderClassName
{
color: #0B0B02;
}
.AnyTagClassName
{
color: #0B0B02;
}
</style>
background-color css
<style>
a { background-color: #0B0B02; }
a { background-color: rgb(11,11,2); }
div.DivClassName
{
background-color: #0B0B02;
}
.BgClassName
{
background-color: #0B0B02;
}
</style>
border-color css
<style>
span { border-color: #0B0B02; }
span { border-color: rgb(11,11,2); }
td.TdClassName
{
border-color: #0B0B02;
}
.TagClassName
{
border-color: #0B0B02;
}
</style>