Shades of Black Russian #00010F
Tints of Black Russian #00010F
RGB
CMYK
RGB Variations
Color information
#00010F (or 0x00010F) is known color: Black Russian. HEX triplet: 00, 01 and 0F. RGB value is (0,1,15). Sum of RGB (Red+Green+Blue) = 0+1+15=16 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 16); Green value is 1 (0.78% from 255 or 6.25% from 16); Blue value is 15 (6.25% from 255 or 93.75% from 16); Max value from RGB is 15 - color contains mainly: blue. Hex color #00010F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00010F is #FFFEF0. Grayscale: #020202. Windows color (decimal): -16776945 or 983296. OLE color: 983296.
HSL color Cylindrical-coordinate representation of color #00010F: hue angle of 236º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00010F is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 0 | 1 | 15 | - |
| CMYK | 1 | 0.93 | 0 | 0.94 |
| HSL | 236º | 1% | 0.03% | - |
| HSV(B) | 236º | 1% | 0.06% | - |
| XYZ | 0.1 | 0.06 | 0.46 | - |
| YUV | 2.3 | 135.17 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 15 | 1 | 0.93 | 0 | 0.94 | 236 | 1 | 0.03 |
| Hex | 0 | 1 | F | 64 | 5D | 0 | 5E | EC | 64 | 3 |
| Octal | 0 | 1 | 17 | 144 | 135 | 0 | 136 | 354 | 144 | 3 |
| Binary | 0 | 1 | 1111 | 1100100 | 1011101 | 0 | 1011110 | 11101100 | 1100100 | 11 |
Color Harmonies of #00010F
Complementary color
Monochromatic Colors of #00010F
Black with #00010F
Text Example
Text Example
White with #00010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00010F; }
p { color: rgb(0,1,15); }
H1.HeaderClassName
{
color: #00010F;
}
.AnyTagClassName
{
color: #00010F;
}
</style>
background-color css
<style>
a { background-color: #00010F; }
a { background-color: rgb(0,1,15); }
div.DivClassName
{
background-color: #00010F;
}
.BgClassName
{
background-color: #00010F;
}
</style>
border-color css
<style>
span { border-color: #00010F; }
span { border-color: rgb(0,1,15); }
td.TdClassName
{
border-color: #00010F;
}
.TagClassName
{
border-color: #00010F;
}
</style>