Shades of Black Russian #00000B
Tints of Black Russian #00000B
RGB
CMYK
RGB Variations
Color information
#00000B (or 0x00000B) is known color: Black Russian. HEX triplet: 00, 00 and 0B. RGB value is (0,0,11). Sum of RGB (Red+Green+Blue) = 0+0+11=11 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 11); Green value is 0 (0.39% from 255 or 0% from 11); Blue value is 11 (4.69% from 255 or 100% from 11); Max value from RGB is 11 - color contains mainly: blue. Hex color #00000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00000B is #FFFFF4. Grayscale: #010101. Windows color (decimal): -16777205 or 720896. OLE color: 720896.
HSL color Cylindrical-coordinate representation of color #00000B: hue angle of 240º 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 #00000B is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 0 | 0 | 11 | - |
| CMYK | 1 | 1 | 0 | 0.96 |
| HSL | 240º | 1% | 0.02% | - |
| HSV(B) | 240º | 1% | 0.04% | - |
| XYZ | 0.06 | 0.02 | 0.32 | - |
| YUV | 1.25 | 133.5 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 0 | 11 | 1 | 1 | 0 | 0.96 | 240 | 1 | 0.02 |
| Hex | 0 | 0 | B | 64 | 64 | 0 | 60 | F0 | 64 | 2 |
| Octal | 0 | 0 | 13 | 144 | 144 | 0 | 140 | 360 | 144 | 2 |
| Binary | 0 | 0 | 1011 | 1100100 | 1100100 | 0 | 1100000 | 11110000 | 1100100 | 10 |
Color Harmonies of #00000B
Complementary color
Monochromatic Colors of #00000B
Black with #00000B
Text Example
Text Example
White with #00000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00000B; }
p { color: rgb(0,0,11); }
H1.HeaderClassName
{
color: #00000B;
}
.AnyTagClassName
{
color: #00000B;
}
</style>
background-color css
<style>
a { background-color: #00000B; }
a { background-color: rgb(0,0,11); }
div.DivClassName
{
background-color: #00000B;
}
.BgClassName
{
background-color: #00000B;
}
</style>
border-color css
<style>
span { border-color: #00000B; }
span { border-color: rgb(0,0,11); }
td.TdClassName
{
border-color: #00000B;
}
.TagClassName
{
border-color: #00000B;
}
</style>