Shades of Black #0B0302
Tints of Black #0B0302
RGB
CMYK
RGB Variations
Color information
#0B0302 (or 0x0B0302) is known color: Black. HEX triplet: 0B, 03 and 02. RGB value is (11,3,2). Sum of RGB (Red+Green+Blue) = 11+3+2=16 (2% of max value = 765). Red value is 11 (4.69% from 255 or 68.75% from 16); Green value is 3 (1.56% from 255 or 18.75% from 16); Blue value is 2 (1.17% from 255 or 12.5% from 16); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0302 is #F4FCFD. Grayscale: #050505. Windows color (decimal): -16055550 or 131851. OLE color: 131851.
HSL color Cylindrical-coordinate representation of color #0B0302: hue angle of 6.67º 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 #0B0302 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 3 | 2 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.96 |
| HSL | 6.67º | 0.69% | 0.03% | - |
| HSV(B) | 6.67º | 0.82% | 0.04% | - |
| XYZ | 0.18 | 0.14 | 0.08 | - |
| YUV | 5.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 3 | 2 | 0 | 0.73 | 0.82 | 0.96 | 6.67 | 0.69 | 0.03 |
| Hex | B | 3 | 2 | 0 | 49 | 52 | 60 | 7 | 45 | 3 |
| Octal | 13 | 3 | 2 | 0 | 111 | 122 | 140 | 7 | 105 | 3 |
| Binary | 1011 | 11 | 10 | 0 | 1001001 | 1010010 | 1100000 | 111 | 1000101 | 11 |
Color Harmonies of #0B0302
Complementary color
Monochromatic Colors of #0B0302
Black with #0B0302
Text Example
Text Example
White with #0B0302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0302; }
p { color: rgb(11,3,2); }
H1.HeaderClassName
{
color: #0B0302;
}
.AnyTagClassName
{
color: #0B0302;
}
</style>
background-color css
<style>
a { background-color: #0B0302; }
a { background-color: rgb(11,3,2); }
div.DivClassName
{
background-color: #0B0302;
}
.BgClassName
{
background-color: #0B0302;
}
</style>
border-color css
<style>
span { border-color: #0B0302; }
span { border-color: rgb(11,3,2); }
td.TdClassName
{
border-color: #0B0302;
}
.TagClassName
{
border-color: #0B0302;
}
</style>