Shades of Black Russian #00010B
Tints of Black Russian #00010B
RGB
CMYK
RGB Variations
Color information
#00010B (or 0x00010B) is known color: Black Russian. HEX triplet: 00, 01 and 0B. RGB value is (0,1,11). Sum of RGB (Red+Green+Blue) = 0+1+11=12 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 12); Green value is 1 (0.78% from 255 or 8.33% from 12); Blue value is 11 (4.69% from 255 or 91.67% from 12); Max value from RGB is 11 - color contains mainly: blue. Hex color #00010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00010B is #FFFEF4. Grayscale: #010101. Windows color (decimal): -16776949 or 721152. OLE color: 721152.
HSL color Cylindrical-coordinate representation of color #00010B: hue angle of 234.55º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00010B is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 0 | 1 | 11 | - |
| CMYK | 1 | 0.91 | 0 | 0.96 |
| HSL | 234.55º | 1% | 0.02% | - |
| HSV(B) | 234.55º | 1% | 0.04% | - |
| XYZ | 0.07 | 0.05 | 0.32 | - |
| YUV | 1.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 11 | 1 | 0.91 | 0 | 0.96 | 234.55 | 1 | 0.02 |
| Hex | 0 | 1 | B | 64 | 5B | 0 | 60 | EB | 64 | 2 |
| Octal | 0 | 1 | 13 | 144 | 133 | 0 | 140 | 353 | 144 | 2 |
| Binary | 0 | 1 | 1011 | 1100100 | 1011011 | 0 | 1100000 | 11101011 | 1100100 | 10 |
Color Harmonies of #00010B
Complementary color
Monochromatic Colors of #00010B
Black with #00010B
Text Example
Text Example
White with #00010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00010B; }
p { color: rgb(0,1,11); }
H1.HeaderClassName
{
color: #00010B;
}
.AnyTagClassName
{
color: #00010B;
}
</style>
background-color css
<style>
a { background-color: #00010B; }
a { background-color: rgb(0,1,11); }
div.DivClassName
{
background-color: #00010B;
}
.BgClassName
{
background-color: #00010B;
}
</style>
border-color css
<style>
span { border-color: #00010B; }
span { border-color: rgb(0,1,11); }
td.TdClassName
{
border-color: #00010B;
}
.TagClassName
{
border-color: #00010B;
}
</style>