Shades of Black Russian #030319
Tints of Black Russian #030319
RGB
CMYK
RGB Variations
Color information
#030319 (or 0x030319) is known color: Black Russian. HEX triplet: 03, 03 and 19. RGB value is (3,3,25). Sum of RGB (Red+Green+Blue) = 3+3+25=31 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.68% from 31); Green value is 3 (1.56% from 255 or 9.68% from 31); Blue value is 25 (10.16% from 255 or 80.65% from 31); Max value from RGB is 25 - color contains mainly: blue. Hex color #030319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030319 is #FCFCE6. Grayscale: #050505. Windows color (decimal): -16579815 or 1639171. OLE color: 1639171.
HSL color Cylindrical-coordinate representation of color #030319: hue angle of 240º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #030319 is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 3 | 3 | 25 | - |
| CMYK | 0.88 | 0.88 | 0 | 0.90 |
| HSL | 240º | 0.79% | 0.05% | - |
| HSV(B) | 240º | 0.88% | 0.1% | - |
| XYZ | 0.25 | 0.15 | 0.94 | - |
| YUV | 5.51 | 139 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 3 | 25 | 0.88 | 0.88 | 0 | 0.90 | 240 | 0.79 | 0.05 |
| Hex | 3 | 3 | 19 | 58 | 58 | 0 | 5A | F0 | 4F | 5 |
| Octal | 3 | 3 | 31 | 130 | 130 | 0 | 132 | 360 | 117 | 5 |
| Binary | 11 | 11 | 11001 | 1011000 | 1011000 | 0 | 1011010 | 11110000 | 1001111 | 101 |
Color Harmonies of #030319
Complementary color
Monochromatic Colors of #030319
Black with #030319
Text Example
Text Example
White with #030319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030319; }
p { color: rgb(3,3,25); }
H1.HeaderClassName
{
color: #030319;
}
.AnyTagClassName
{
color: #030319;
}
</style>
background-color css
<style>
a { background-color: #030319; }
a { background-color: rgb(3,3,25); }
div.DivClassName
{
background-color: #030319;
}
.BgClassName
{
background-color: #030319;
}
</style>
border-color css
<style>
span { border-color: #030319; }
span { border-color: rgb(3,3,25); }
td.TdClassName
{
border-color: #030319;
}
.TagClassName
{
border-color: #030319;
}
</style>