Shades of Black Russian #030919
Tints of Black Russian #030919
RGB
CMYK
RGB Variations
Color information
#030919 (or 0x030919) is known color: Black Russian. HEX triplet: 03, 09 and 19. RGB value is (3,9,25). Sum of RGB (Red+Green+Blue) = 3+9+25=37 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.11% from 37); Green value is 9 (3.91% from 255 or 24.32% from 37); Blue value is 25 (10.16% from 255 or 67.57% from 37); Max value from RGB is 25 - color contains mainly: blue. Hex color #030919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030919 is #FCF6E6. Grayscale: #080808. Windows color (decimal): -16578279 or 1640707. OLE color: 1640707.
HSL color Cylindrical-coordinate representation of color #030919: hue angle of 223.64º 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 #030919 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 3 | 9 | 25 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.90 |
| HSL | 223.64º | 0.79% | 0.05% | - |
| HSV(B) | 223.64º | 0.88% | 0.1% | - |
| XYZ | 0.31 | 0.28 | 0.96 | - |
| YUV | 9.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 9 | 25 | 0.88 | 0.64 | 0 | 0.90 | 223.64 | 0.79 | 0.05 |
| Hex | 3 | 9 | 19 | 58 | 40 | 0 | 5A | E0 | 4F | 5 |
| Octal | 3 | 11 | 31 | 130 | 100 | 0 | 132 | 340 | 117 | 5 |
| Binary | 11 | 1001 | 11001 | 1011000 | 1000000 | 0 | 1011010 | 11100000 | 1001111 | 101 |
Color Harmonies of #030919
Complementary color
Monochromatic Colors of #030919
Black with #030919
Text Example
Text Example
White with #030919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030919; }
p { color: rgb(3,9,25); }
H1.HeaderClassName
{
color: #030919;
}
.AnyTagClassName
{
color: #030919;
}
</style>
background-color css
<style>
a { background-color: #030919; }
a { background-color: rgb(3,9,25); }
div.DivClassName
{
background-color: #030919;
}
.BgClassName
{
background-color: #030919;
}
</style>
border-color css
<style>
span { border-color: #030919; }
span { border-color: rgb(3,9,25); }
td.TdClassName
{
border-color: #030919;
}
.TagClassName
{
border-color: #030919;
}
</style>