Shades of Black #0B0303
Tints of Black #0B0303
RGB
CMYK
RGB Variations
Color information
#0B0303 (or 0x0B0303) is known color: Black. HEX triplet: 0B, 03 and 03. RGB value is (11,3,3). Sum of RGB (Red+Green+Blue) = 11+3+3=17 (2% of max value = 765). Red value is 11 (4.69% from 255 or 64.71% from 17); Green value is 3 (1.56% from 255 or 17.65% from 17); Blue value is 3 (1.56% from 255 or 17.65% from 17); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0303 is #F4FCFC. Grayscale: #050505. Windows color (decimal): -16055549 or 197387. OLE color: 197387.
HSL color Cylindrical-coordinate representation of color #0B0303: hue angle of 0º 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 #0B0303 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 3 | 3 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.96 |
| HSL | 0º | 0.57% | 0.03% | - |
| HSV(B) | 0º | 0.73% | 0.04% | - |
| XYZ | 0.19 | 0.14 | 0.1 | - |
| YUV | 5.39 | 126.65 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 3 | 3 | 0 | 0.73 | 0.73 | 0.96 | 0 | 0.57 | 0.03 |
| Hex | B | 3 | 3 | 0 | 49 | 49 | 60 | 0 | 39 | 3 |
| Octal | 13 | 3 | 3 | 0 | 111 | 111 | 140 | 0 | 71 | 3 |
| Binary | 1011 | 11 | 11 | 0 | 1001001 | 1001001 | 1100000 | 0 | 111001 | 11 |
Color Harmonies of #0B0303
Complementary color
Monochromatic Colors of #0B0303
Black with #0B0303
Text Example
Text Example
White with #0B0303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0303; }
p { color: rgb(11,3,3); }
H1.HeaderClassName
{
color: #0B0303;
}
.AnyTagClassName
{
color: #0B0303;
}
</style>
background-color css
<style>
a { background-color: #0B0303; }
a { background-color: rgb(11,3,3); }
div.DivClassName
{
background-color: #0B0303;
}
.BgClassName
{
background-color: #0B0303;
}
</style>
border-color css
<style>
span { border-color: #0B0303; }
span { border-color: rgb(11,3,3); }
td.TdClassName
{
border-color: #0B0303;
}
.TagClassName
{
border-color: #0B0303;
}
</style>