Shades of Black Russian #03000F
Tints of Black Russian #03000F
RGB
CMYK
RGB Variations
Color information
#03000F (or 0x03000F) is known color: Black Russian. HEX triplet: 03, 00 and 0F. RGB value is (3,0,15). Sum of RGB (Red+Green+Blue) = 3+0+15=18 (2% of max value = 765). Red value is 3 (1.56% from 255 or 16.67% from 18); Green value is 0 (0.39% from 255 or 0% from 18); Blue value is 15 (6.25% from 255 or 83.33% from 18); Max value from RGB is 15 - color contains mainly: blue. Hex color #03000F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03000F is #FCFFF0. Grayscale: #020202. Windows color (decimal): -16580593 or 983043. OLE color: 983043.
HSL color Cylindrical-coordinate representation of color #03000F: hue angle of 252º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03000F is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 3 | 0 | 15 | - |
| CMYK | 0.80 | 1 | 0 | 0.94 |
| HSL | 252º | 1% | 0.03% | - |
| HSV(B) | 252º | 1% | 0.06% | - |
| XYZ | 0.12 | 0.05 | 0.46 | - |
| YUV | 2.61 | 134.99 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 15 | 0.80 | 1 | 0 | 0.94 | 252 | 1 | 0.03 |
| Hex | 3 | 0 | F | 50 | 64 | 0 | 5E | FC | 64 | 3 |
| Octal | 3 | 0 | 17 | 120 | 144 | 0 | 136 | 374 | 144 | 3 |
| Binary | 11 | 0 | 1111 | 1010000 | 1100100 | 0 | 1011110 | 11111100 | 1100100 | 11 |
Color Harmonies of #03000F
Complementary color
Monochromatic Colors of #03000F
Black with #03000F
Text Example
Text Example
White with #03000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03000F; }
p { color: rgb(3,0,15); }
H1.HeaderClassName
{
color: #03000F;
}
.AnyTagClassName
{
color: #03000F;
}
</style>
background-color css
<style>
a { background-color: #03000F; }
a { background-color: rgb(3,0,15); }
div.DivClassName
{
background-color: #03000F;
}
.BgClassName
{
background-color: #03000F;
}
</style>
border-color css
<style>
span { border-color: #03000F; }
span { border-color: rgb(3,0,15); }
td.TdClassName
{
border-color: #03000F;
}
.TagClassName
{
border-color: #03000F;
}
</style>