Shades of Black #0B0808
Tints of Black #0B0808
RGB
CMYK
RGB Variations
Color information
#0B0808 (or 0x0B0808) is known color: Black. HEX triplet: 0B, 08 and 08. RGB value is (11,8,8). Sum of RGB (Red+Green+Blue) = 11+8+8=27 (3% of max value = 765). Red value is 11 (4.69% from 255 or 40.74% from 27); Green value is 8 (3.52% from 255 or 29.63% from 27); Blue value is 8 (3.52% from 255 or 29.63% from 27); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0808 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0808 is #F4F7F7. Grayscale: #080808. Windows color (decimal): -16054264 or 526347. OLE color: 526347.
HSL color Cylindrical-coordinate representation of color #0B0808: hue angle of 0º degrees, saturation: 0.16, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #0B0808 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 8 | 8 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.96 |
| HSL | 0º | 0.16% | 0.04% | - |
| HSV(B) | 0º | 0.27% | 0.04% | - |
| XYZ | 0.27 | 0.26 | 0.27 | - |
| YUV | 8.9 | 127.49 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 8 | 8 | 0 | 0.27 | 0.27 | 0.96 | 0 | 0.16 | 0.04 |
| Hex | B | 8 | 8 | 0 | 1B | 1B | 60 | 0 | 10 | 4 |
| Octal | 13 | 10 | 10 | 0 | 33 | 33 | 140 | 0 | 20 | 4 |
| Binary | 1011 | 1000 | 1000 | 0 | 11011 | 11011 | 1100000 | 0 | 10000 | 100 |
Color Harmonies of #0B0808
Complementary color
Monochromatic Colors of #0B0808
Black with #0B0808
Text Example
Text Example
White with #0B0808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0808; }
p { color: rgb(11,8,8); }
H1.HeaderClassName
{
color: #0B0808;
}
.AnyTagClassName
{
color: #0B0808;
}
</style>
background-color css
<style>
a { background-color: #0B0808; }
a { background-color: rgb(11,8,8); }
div.DivClassName
{
background-color: #0B0808;
}
.BgClassName
{
background-color: #0B0808;
}
</style>
border-color css
<style>
span { border-color: #0B0808; }
span { border-color: rgb(11,8,8); }
td.TdClassName
{
border-color: #0B0808;
}
.TagClassName
{
border-color: #0B0808;
}
</style>