Shades of Black Russian #03000B
Tints of Black Russian #03000B
RGB
CMYK
RGB Variations
Color information
#03000B (or 0x03000B) is known color: Black Russian. HEX triplet: 03, 00 and 0B. RGB value is (3,0,11). Sum of RGB (Red+Green+Blue) = 3+0+11=14 (1% of max value = 765). Red value is 3 (1.56% from 255 or 21.43% from 14); Green value is 0 (0.39% from 255 or 0% from 14); Blue value is 11 (4.69% from 255 or 78.57% from 14); Max value from RGB is 11 - color contains mainly: blue. Hex color #03000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03000B is #FCFFF4. Grayscale: #020202. Windows color (decimal): -16580597 or 720899. OLE color: 720899.
HSL color Cylindrical-coordinate representation of color #03000B: hue angle of 256.36º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03000B is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 3 | 0 | 11 | - |
| CMYK | 0.73 | 1 | 0 | 0.96 |
| HSL | 256.36º | 1% | 0.02% | - |
| HSV(B) | 256.36º | 1% | 0.04% | - |
| XYZ | 0.1 | 0.04 | 0.32 | - |
| YUV | 2.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 11 | 0.73 | 1 | 0 | 0.96 | 256.36 | 1 | 0.02 |
| Hex | 3 | 0 | B | 49 | 64 | 0 | 60 | 100 | 64 | 2 |
| Octal | 3 | 0 | 13 | 111 | 144 | 0 | 140 | 400 | 144 | 2 |
| Binary | 11 | 0 | 1011 | 1001001 | 1100100 | 0 | 1100000 | 100000000 | 1100100 | 10 |
Color Harmonies of #03000B
Complementary color
Monochromatic Colors of #03000B
Black with #03000B
Text Example
Text Example
White with #03000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03000B; }
p { color: rgb(3,0,11); }
H1.HeaderClassName
{
color: #03000B;
}
.AnyTagClassName
{
color: #03000B;
}
</style>
background-color css
<style>
a { background-color: #03000B; }
a { background-color: rgb(3,0,11); }
div.DivClassName
{
background-color: #03000B;
}
.BgClassName
{
background-color: #03000B;
}
</style>
border-color css
<style>
span { border-color: #03000B; }
span { border-color: rgb(3,0,11); }
td.TdClassName
{
border-color: #03000B;
}
.TagClassName
{
border-color: #03000B;
}
</style>