Shades of Black Russian #000B26
Tints of Black Russian #000B26
RGB
CMYK
RGB Variations
Color information
#000B26 (or 0x000B26) is known color: Black Russian. HEX triplet: 00, 0B and 26. RGB value is (0,11,38). Sum of RGB (Red+Green+Blue) = 0+11+38=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 11 (4.69% from 255 or 22.45% from 49); Blue value is 38 (15.23% from 255 or 77.55% from 49); Max value from RGB is 38 - color contains mainly: blue. Hex color #000B26 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000B26 is #FFF4D9. Grayscale: #0A0A0A. Windows color (decimal): -16774362 or 2493184. OLE color: 2493184.
HSL color Cylindrical-coordinate representation of color #000B26: hue angle of 222.63º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B26 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 11 | 38 | - |
| CMYK | 1 | 0.71 | 0 | 0.85 |
| HSL | 222.63º | 1% | 0.07% | - |
| HSV(B) | 222.63º | 1% | 0.15% | - |
| XYZ | 0.47 | 0.38 | 1.88 | - |
| YUV | 10.79 | 143.36 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 38 | 1 | 0.71 | 0 | 0.85 | 222.63 | 1 | 0.07 |
| Hex | 0 | B | 26 | 64 | 47 | 0 | 55 | DF | 64 | 7 |
| Octal | 0 | 13 | 46 | 144 | 107 | 0 | 125 | 337 | 144 | 7 |
| Binary | 0 | 1011 | 100110 | 1100100 | 1000111 | 0 | 1010101 | 11011111 | 1100100 | 111 |
Color Harmonies of #000B26
Complementary color
Monochromatic Colors of #000B26
Black with #000B26
Text Example
Text Example
White with #000B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B26; }
p { color: rgb(0,11,38); }
H1.HeaderClassName
{
color: #000B26;
}
.AnyTagClassName
{
color: #000B26;
}
</style>
background-color css
<style>
a { background-color: #000B26; }
a { background-color: rgb(0,11,38); }
div.DivClassName
{
background-color: #000B26;
}
.BgClassName
{
background-color: #000B26;
}
</style>
border-color css
<style>
span { border-color: #000B26; }
span { border-color: rgb(0,11,38); }
td.TdClassName
{
border-color: #000B26;
}
.TagClassName
{
border-color: #000B26;
}
</style>