Shades of Black #0B0909
Tints of Black #0B0909
RGB
CMYK
RGB Variations
Color information
#0B0909 (or 0x0B0909) is known color: Black. HEX triplet: 0B, 09 and 09. RGB value is (11,9,9). Sum of RGB (Red+Green+Blue) = 11+9+9=29 (3% of max value = 765). Red value is 11 (4.69% from 255 or 37.93% from 29); Green value is 9 (3.91% from 255 or 31.03% from 29); Blue value is 9 (3.91% from 255 or 31.03% from 29); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0909 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0909 is #F4F6F6. Grayscale: #090909. Windows color (decimal): -16054007 or 592139. OLE color: 592139.
HSL color Cylindrical-coordinate representation of color #0B0909: hue angle of 0º degrees, saturation: 0.1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #0B0909 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 9 | 9 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.96 |
| HSL | 0º | 0.1% | 0.04% | - |
| HSV(B) | 0º | 0.18% | 0.04% | - |
| XYZ | 0.29 | 0.29 | 0.3 | - |
| YUV | 9.6 | 127.66 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 9 | 9 | 0 | 0.18 | 0.18 | 0.96 | 0 | 0.1 | 0.04 |
| Hex | B | 9 | 9 | 0 | 12 | 12 | 60 | 0 | A | 4 |
| Octal | 13 | 11 | 11 | 0 | 22 | 22 | 140 | 0 | 12 | 4 |
| Binary | 1011 | 1001 | 1001 | 0 | 10010 | 10010 | 1100000 | 0 | 1010 | 100 |
Color Harmonies of #0B0909
Complementary color
Monochromatic Colors of #0B0909
Black with #0B0909
Text Example
Text Example
White with #0B0909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0909; }
p { color: rgb(11,9,9); }
H1.HeaderClassName
{
color: #0B0909;
}
.AnyTagClassName
{
color: #0B0909;
}
</style>
background-color css
<style>
a { background-color: #0B0909; }
a { background-color: rgb(11,9,9); }
div.DivClassName
{
background-color: #0B0909;
}
.BgClassName
{
background-color: #0B0909;
}
</style>
border-color css
<style>
span { border-color: #0B0909; }
span { border-color: rgb(11,9,9); }
td.TdClassName
{
border-color: #0B0909;
}
.TagClassName
{
border-color: #0B0909;
}
</style>