Shades of Black #0B0908
Tints of Black #0B0908
RGB
CMYK
RGB Variations
Color information
#0B0908 (or 0x0B0908) is known color: Black. HEX triplet: 0B, 09 and 08. RGB value is (11,9,8). Sum of RGB (Red+Green+Blue) = 11+9+8=28 (3% of max value = 765). Red value is 11 (4.69% from 255 or 39.29% from 28); Green value is 9 (3.91% from 255 or 32.14% from 28); Blue value is 8 (3.52% from 255 or 28.57% from 28); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0908 is #F4F6F7. Grayscale: #090909. Windows color (decimal): -16054008 or 526603. OLE color: 526603.
HSL color Cylindrical-coordinate representation of color #0B0908: hue angle of 20º 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 #0B0908 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.96.
Color convert
RGB | 11 | 9 | 8 | - |
CMYK | 0 | 0.18 | 0.27 | 0.96 |
HSL | 20º | 0.16% | 0.04% | - |
HSV(B) | 20º | 0.27% | 0.04% | - |
XYZ | 0.28 | 0.28 | 0.27 | - |
YUV | 9.48 | 127.16 | 129.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 11 | 9 | 8 | 0 | 0.18 | 0.27 | 0.96 | 20 | 0.16 | 0.04 |
Hex | B | 9 | 8 | 0 | 12 | 1B | 60 | 14 | 10 | 4 |
Octal | 13 | 11 | 10 | 0 | 22 | 33 | 140 | 24 | 20 | 4 |
Binary | 1011 | 1001 | 1000 | 0 | 10010 | 11011 | 1100000 | 10100 | 10000 | 100 |
Color Harmonies of #0B0908
Complementary color
Monochromatic Colors of #0B0908
Black with #0B0908
Text Example
Text Example
White with #0B0908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0908; }
p { color: rgb(11,9,8); }
H1.HeaderClassName
{
color: #0B0908;
}
.AnyTagClassName
{
color: #0B0908;
}
</style>
background-color css
<style>
a { background-color: #0B0908; }
a { background-color: rgb(11,9,8); }
div.DivClassName
{
background-color: #0B0908;
}
.BgClassName
{
background-color: #0B0908;
}
</style>
border-color css
<style>
span { border-color: #0B0908; }
span { border-color: rgb(11,9,8); }
td.TdClassName
{
border-color: #0B0908;
}
.TagClassName
{
border-color: #0B0908;
}
</style>