Shades of Black Russian #010919
Tints of Black Russian #010919
RGB
CMYK
RGB Variations
Color information
#010919 (or 0x010919) is known color: Black Russian. HEX triplet: 01, 09 and 19. RGB value is (1,9,25). Sum of RGB (Red+Green+Blue) = 1+9+25=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 9 (3.91% from 255 or 25.71% 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 #010919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010919 is #FEF6E6. Grayscale: #080808. Windows color (decimal): -16709351 or 1640705. OLE color: 1640705.
HSL color Cylindrical-coordinate representation of color #010919: hue angle of 220º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010919 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 9 | 25 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.90 |
| HSL | 220º | 0.92% | 0.05% | - |
| HSV(B) | 220º | 0.96% | 0.1% | - |
| XYZ | 0.29 | 0.27 | 0.96 | - |
| YUV | 8.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 25 | 0.96 | 0.64 | 0 | 0.90 | 220 | 0.92 | 0.05 |
| Hex | 1 | 9 | 19 | 60 | 40 | 0 | 5A | DC | 5C | 5 |
| Octal | 1 | 11 | 31 | 140 | 100 | 0 | 132 | 334 | 134 | 5 |
| Binary | 1 | 1001 | 11001 | 1100000 | 1000000 | 0 | 1011010 | 11011100 | 1011100 | 101 |
Color Harmonies of #010919
Complementary color
Monochromatic Colors of #010919
Black with #010919
Text Example
Text Example
White with #010919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010919; }
p { color: rgb(1,9,25); }
H1.HeaderClassName
{
color: #010919;
}
.AnyTagClassName
{
color: #010919;
}
</style>
background-color css
<style>
a { background-color: #010919; }
a { background-color: rgb(1,9,25); }
div.DivClassName
{
background-color: #010919;
}
.BgClassName
{
background-color: #010919;
}
</style>
border-color css
<style>
span { border-color: #010919; }
span { border-color: rgb(1,9,25); }
td.TdClassName
{
border-color: #010919;
}
.TagClassName
{
border-color: #010919;
}
</style>