Shades of Black Russian #030A19
Tints of Black Russian #030A19
RGB
CMYK
RGB Variations
Color information
#030A19 (or 0x030A19) is known color: Black Russian. HEX triplet: 03, 0A and 19. RGB value is (3,10,25). Sum of RGB (Red+Green+Blue) = 3+10+25=38 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.89% from 38); Green value is 10 (4.30% from 255 or 26.32% from 38); Blue value is 25 (10.16% from 255 or 65.79% from 38); Max value from RGB is 25 - color contains mainly: blue. Hex color #030A19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030A19 is #FCF5E6. Grayscale: #090909. Windows color (decimal): -16578023 or 1640963. OLE color: 1640963.
HSL color Cylindrical-coordinate representation of color #030A19: hue angle of 220.91º 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 #030A19 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 3 | 10 | 25 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.90 |
| HSL | 220.91º | 0.79% | 0.05% | - |
| HSV(B) | 220.91º | 0.88% | 0.1% | - |
| XYZ | 0.32 | 0.31 | 0.96 | - |
| YUV | 9.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 25 | 0.88 | 0.60 | 0 | 0.90 | 220.91 | 0.79 | 0.05 |
| Hex | 3 | A | 19 | 58 | 3C | 0 | 5A | DD | 4F | 5 |
| Octal | 3 | 12 | 31 | 130 | 74 | 0 | 132 | 335 | 117 | 5 |
| Binary | 11 | 1010 | 11001 | 1011000 | 111100 | 0 | 1011010 | 11011101 | 1001111 | 101 |
Color Harmonies of #030A19
Complementary color
Monochromatic Colors of #030A19
Black with #030A19
Text Example
Text Example
White with #030A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030A19; }
p { color: rgb(3,10,25); }
H1.HeaderClassName
{
color: #030A19;
}
.AnyTagClassName
{
color: #030A19;
}
</style>
background-color css
<style>
a { background-color: #030A19; }
a { background-color: rgb(3,10,25); }
div.DivClassName
{
background-color: #030A19;
}
.BgClassName
{
background-color: #030A19;
}
</style>
border-color css
<style>
span { border-color: #030A19; }
span { border-color: rgb(3,10,25); }
td.TdClassName
{
border-color: #030A19;
}
.TagClassName
{
border-color: #030A19;
}
</style>