Shades of Black Russian #000217
Tints of Black Russian #000217
RGB
CMYK
RGB Variations
Color information
#000217 (or 0x000217) is known color: Black Russian. HEX triplet: 00, 02 and 17. RGB value is (0,2,23). Sum of RGB (Red+Green+Blue) = 0+2+23=25 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 25); Green value is 2 (1.17% from 255 or 8% from 25); Blue value is 23 (9.38% from 255 or 92% from 25); Max value from RGB is 23 - color contains mainly: blue. Hex color #000217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000217 is #FFFDE8. Grayscale: #030303. Windows color (decimal): -16776681 or 1507840. OLE color: 1507840.
HSL color Cylindrical-coordinate representation of color #000217: hue angle of 234.78º 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 #000217 is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 2 | 23 | - |
| CMYK | 1 | 0.91 | 0 | 0.91 |
| HSL | 234.78º | 1% | 0.05% | - |
| HSV(B) | 234.78º | 1% | 0.09% | - |
| XYZ | 0.18 | 0.11 | 0.82 | - |
| YUV | 3.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 23 | 1 | 0.91 | 0 | 0.91 | 234.78 | 1 | 0.05 |
| Hex | 0 | 2 | 17 | 64 | 5B | 0 | 5B | EB | 64 | 5 |
| Octal | 0 | 2 | 27 | 144 | 133 | 0 | 133 | 353 | 144 | 5 |
| Binary | 0 | 10 | 10111 | 1100100 | 1011011 | 0 | 1011011 | 11101011 | 1100100 | 101 |
Color Harmonies of #000217
Complementary color
Monochromatic Colors of #000217
Black with #000217
Text Example
Text Example
White with #000217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000217; }
p { color: rgb(0,2,23); }
H1.HeaderClassName
{
color: #000217;
}
.AnyTagClassName
{
color: #000217;
}
</style>
background-color css
<style>
a { background-color: #000217; }
a { background-color: rgb(0,2,23); }
div.DivClassName
{
background-color: #000217;
}
.BgClassName
{
background-color: #000217;
}
</style>
border-color css
<style>
span { border-color: #000217; }
span { border-color: rgb(0,2,23); }
td.TdClassName
{
border-color: #000217;
}
.TagClassName
{
border-color: #000217;
}
</style>