Shades of Black Russian #030713
Tints of Black Russian #030713
RGB
CMYK
RGB Variations
Color information
#030713 (or 0x030713) is known color: Black Russian. HEX triplet: 03, 07 and 13. RGB value is (3,7,19). Sum of RGB (Red+Green+Blue) = 3+7+19=29 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.34% from 29); Green value is 7 (3.12% from 255 or 24.14% from 29); Blue value is 19 (7.81% from 255 or 65.52% from 29); Max value from RGB is 19 - color contains mainly: blue. Hex color #030713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030713 is #FCF8EC. Grayscale: #070707. Windows color (decimal): -16578797 or 1246979. OLE color: 1246979.
HSL color Cylindrical-coordinate representation of color #030713: hue angle of 225º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #030713 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 7 | 19 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.93 |
| HSL | 225º | 0.73% | 0.04% | - |
| HSV(B) | 225º | 0.84% | 0.07% | - |
| XYZ | 0.23 | 0.22 | 0.65 | - |
| YUV | 7.17 | 134.67 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 19 | 0.84 | 0.63 | 0 | 0.93 | 225 | 0.73 | 0.04 |
| Hex | 3 | 7 | 13 | 54 | 3F | 0 | 5D | E1 | 49 | 4 |
| Octal | 3 | 7 | 23 | 124 | 77 | 0 | 135 | 341 | 111 | 4 |
| Binary | 11 | 111 | 10011 | 1010100 | 111111 | 0 | 1011101 | 11100001 | 1001001 | 100 |
Color Harmonies of #030713
Complementary color
Monochromatic Colors of #030713
Black with #030713
Text Example
Text Example
White with #030713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030713; }
p { color: rgb(3,7,19); }
H1.HeaderClassName
{
color: #030713;
}
.AnyTagClassName
{
color: #030713;
}
</style>
background-color css
<style>
a { background-color: #030713; }
a { background-color: rgb(3,7,19); }
div.DivClassName
{
background-color: #030713;
}
.BgClassName
{
background-color: #030713;
}
</style>
border-color css
<style>
span { border-color: #030713; }
span { border-color: rgb(3,7,19); }
td.TdClassName
{
border-color: #030713;
}
.TagClassName
{
border-color: #030713;
}
</style>