Shades of Black Russian #030719
Tints of Black Russian #030719
RGB
CMYK
RGB Variations
Color information
#030719 (or 0x030719) is known color: Black Russian. HEX triplet: 03, 07 and 19. RGB value is (3,7,25). Sum of RGB (Red+Green+Blue) = 3+7+25=35 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.57% from 35); Green value is 7 (3.12% from 255 or 20% from 35); Blue value is 25 (10.16% from 255 or 71.43% from 35); Max value from RGB is 25 - color contains mainly: blue. Hex color #030719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030719 is #FCF8E6. Grayscale: #070707. Windows color (decimal): -16578791 or 1640195. OLE color: 1640195.
HSL color Cylindrical-coordinate representation of color #030719: hue angle of 229.09º 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 #030719 is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 3 | 7 | 25 | - |
| CMYK | 0.88 | 0.72 | 0 | 0.90 |
| HSL | 229.09º | 0.79% | 0.05% | - |
| HSV(B) | 229.09º | 0.88% | 0.1% | - |
| XYZ | 0.29 | 0.24 | 0.95 | - |
| YUV | 7.86 | 137.67 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 25 | 0.88 | 0.72 | 0 | 0.90 | 229.09 | 0.79 | 0.05 |
| Hex | 3 | 7 | 19 | 58 | 48 | 0 | 5A | E5 | 4F | 5 |
| Octal | 3 | 7 | 31 | 130 | 110 | 0 | 132 | 345 | 117 | 5 |
| Binary | 11 | 111 | 11001 | 1011000 | 1001000 | 0 | 1011010 | 11100101 | 1001111 | 101 |
Color Harmonies of #030719
Complementary color
Monochromatic Colors of #030719
Black with #030719
Text Example
Text Example
White with #030719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030719; }
p { color: rgb(3,7,25); }
H1.HeaderClassName
{
color: #030719;
}
.AnyTagClassName
{
color: #030719;
}
</style>
background-color css
<style>
a { background-color: #030719; }
a { background-color: rgb(3,7,25); }
div.DivClassName
{
background-color: #030719;
}
.BgClassName
{
background-color: #030719;
}
</style>
border-color css
<style>
span { border-color: #030719; }
span { border-color: rgb(3,7,25); }
td.TdClassName
{
border-color: #030719;
}
.TagClassName
{
border-color: #030719;
}
</style>