Shades of Black Russian #030013
Tints of Black Russian #030013
RGB
CMYK
RGB Variations
Color information
#030013 (or 0x030013) is known color: Black Russian. HEX triplet: 03, 00 and 13. RGB value is (3,0,19). Sum of RGB (Red+Green+Blue) = 3+0+19=22 (2% of max value = 765). Red value is 3 (1.56% from 255 or 13.64% from 22); Green value is 0 (0.39% from 255 or 0% from 22); Blue value is 19 (7.81% from 255 or 86.36% from 22); Max value from RGB is 19 - color contains mainly: blue. Hex color #030013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030013 is #FCFFEC. Grayscale: #020202. Windows color (decimal): -16580589 or 1245187. OLE color: 1245187.
HSL color Cylindrical-coordinate representation of color #030013: hue angle of 249.47º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030013 is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 0 | 19 | - |
| CMYK | 0.84 | 1 | 0 | 0.93 |
| HSL | 249.47º | 1% | 0.04% | - |
| HSV(B) | 249.47º | 1% | 0.07% | - |
| XYZ | 0.16 | 0.07 | 0.62 | - |
| YUV | 3.06 | 136.99 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 19 | 0.84 | 1 | 0 | 0.93 | 249.47 | 1 | 0.04 |
| Hex | 3 | 0 | 13 | 54 | 64 | 0 | 5D | F9 | 64 | 4 |
| Octal | 3 | 0 | 23 | 124 | 144 | 0 | 135 | 371 | 144 | 4 |
| Binary | 11 | 0 | 10011 | 1010100 | 1100100 | 0 | 1011101 | 11111001 | 1100100 | 100 |
Color Harmonies of #030013
Complementary color
Monochromatic Colors of #030013
Black with #030013
Text Example
Text Example
White with #030013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030013; }
p { color: rgb(3,0,19); }
H1.HeaderClassName
{
color: #030013;
}
.AnyTagClassName
{
color: #030013;
}
</style>
background-color css
<style>
a { background-color: #030013; }
a { background-color: rgb(3,0,19); }
div.DivClassName
{
background-color: #030013;
}
.BgClassName
{
background-color: #030013;
}
</style>
border-color css
<style>
span { border-color: #030013; }
span { border-color: rgb(3,0,19); }
td.TdClassName
{
border-color: #030013;
}
.TagClassName
{
border-color: #030013;
}
</style>