Shades of Black Russian #010017
Tints of Black Russian #010017
RGB
CMYK
RGB Variations
Color information
#010017 (or 0x010017) is known color: Black Russian. HEX triplet: 01, 00 and 17. RGB value is (1,0,23). Sum of RGB (Red+Green+Blue) = 1+0+23=24 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.17% from 24); Green value is 0 (0.39% from 255 or 0% from 24); Blue value is 23 (9.38% from 255 or 95.83% from 24); Max value from RGB is 23 - color contains mainly: blue. Hex color #010017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010017 is #FEFFE8. Grayscale: #020202. Windows color (decimal): -16711657 or 1507329. OLE color: 1507329.
HSL color Cylindrical-coordinate representation of color #010017: hue angle of 242.61º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010017 is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 0 | 23 | - |
| CMYK | 0.96 | 1 | 0 | 0.91 |
| HSL | 242.61º | 1% | 0.05% | - |
| HSV(B) | 242.61º | 1% | 0.09% | - |
| XYZ | 0.17 | 0.07 | 0.81 | - |
| YUV | 2.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 23 | 0.96 | 1 | 0 | 0.91 | 242.61 | 1 | 0.05 |
| Hex | 1 | 0 | 17 | 60 | 64 | 0 | 5B | F3 | 64 | 5 |
| Octal | 1 | 0 | 27 | 140 | 144 | 0 | 133 | 363 | 144 | 5 |
| Binary | 1 | 0 | 10111 | 1100000 | 1100100 | 0 | 1011011 | 11110011 | 1100100 | 101 |
Color Harmonies of #010017
Complementary color
Monochromatic Colors of #010017
Black with #010017
Text Example
Text Example
White with #010017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010017; }
p { color: rgb(1,0,23); }
H1.HeaderClassName
{
color: #010017;
}
.AnyTagClassName
{
color: #010017;
}
</style>
background-color css
<style>
a { background-color: #010017; }
a { background-color: rgb(1,0,23); }
div.DivClassName
{
background-color: #010017;
}
.BgClassName
{
background-color: #010017;
}
</style>
border-color css
<style>
span { border-color: #010017; }
span { border-color: rgb(1,0,23); }
td.TdClassName
{
border-color: #010017;
}
.TagClassName
{
border-color: #010017;
}
</style>