Shades of Black Russian #030014
Tints of Black Russian #030014
RGB
CMYK
RGB Variations
Color information
#030014 (or 0x030014) is known color: Black Russian. HEX triplet: 03, 00 and 14. RGB value is (3,0,20). Sum of RGB (Red+Green+Blue) = 3+0+20=23 (3% of max value = 765). Red value is 3 (1.56% from 255 or 13.04% from 23); Green value is 0 (0.39% from 255 or 0% from 23); Blue value is 20 (8.20% from 255 or 86.96% from 23); Max value from RGB is 20 - color contains mainly: blue. Hex color #030014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030014 is #FCFFEB. Grayscale: #030303. Windows color (decimal): -16580588 or 1310723. OLE color: 1310723.
HSL color Cylindrical-coordinate representation of color #030014: hue angle of 249º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030014 is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 3 | 0 | 20 | - |
| CMYK | 0.85 | 1 | 0 | 0.92 |
| HSL | 249º | 1% | 0.04% | - |
| HSV(B) | 249º | 1% | 0.08% | - |
| XYZ | 0.16 | 0.07 | 0.67 | - |
| YUV | 3.18 | 137.49 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 20 | 0.85 | 1 | 0 | 0.92 | 249 | 1 | 0.04 |
| Hex | 3 | 0 | 14 | 55 | 64 | 0 | 5C | F9 | 64 | 4 |
| Octal | 3 | 0 | 24 | 125 | 144 | 0 | 134 | 371 | 144 | 4 |
| Binary | 11 | 0 | 10100 | 1010101 | 1100100 | 0 | 1011100 | 11111001 | 1100100 | 100 |
Color Harmonies of #030014
Complementary color
Monochromatic Colors of #030014
Black with #030014
Text Example
Text Example
White with #030014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030014; }
p { color: rgb(3,0,20); }
H1.HeaderClassName
{
color: #030014;
}
.AnyTagClassName
{
color: #030014;
}
</style>
background-color css
<style>
a { background-color: #030014; }
a { background-color: rgb(3,0,20); }
div.DivClassName
{
background-color: #030014;
}
.BgClassName
{
background-color: #030014;
}
</style>
border-color css
<style>
span { border-color: #030014; }
span { border-color: rgb(3,0,20); }
td.TdClassName
{
border-color: #030014;
}
.TagClassName
{
border-color: #030014;
}
</style>