Shades of Black Russian #000B29
Tints of Black Russian #000B29
RGB
CMYK
RGB Variations
Color information
#000B29 (or 0x000B29) is known color: Black Russian. HEX triplet: 00, 0B and 29. RGB value is (0,11,41). Sum of RGB (Red+Green+Blue) = 0+11+41=52 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 52); Green value is 11 (4.69% from 255 or 21.15% from 52); Blue value is 41 (16.41% from 255 or 78.85% from 52); Max value from RGB is 41 - color contains mainly: blue. Hex color #000B29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000B29 is #FFF4D6. Grayscale: #0B0B0B. Windows color (decimal): -16774359 or 2689792. OLE color: 2689792.
HSL color Cylindrical-coordinate representation of color #000B29: hue angle of 223.9º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B29 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 11 | 41 | - |
| CMYK | 1 | 0.73 | 0 | 0.84 |
| HSL | 223.9º | 1% | 0.08% | - |
| HSV(B) | 223.9º | 1% | 0.16% | - |
| XYZ | 0.52 | 0.4 | 2.15 | - |
| YUV | 11.13 | 144.86 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 41 | 1 | 0.73 | 0 | 0.84 | 223.9 | 1 | 0.08 |
| Hex | 0 | B | 29 | 64 | 49 | 0 | 54 | E0 | 64 | 8 |
| Octal | 0 | 13 | 51 | 144 | 111 | 0 | 124 | 340 | 144 | 10 |
| Binary | 0 | 1011 | 101001 | 1100100 | 1001001 | 0 | 1010100 | 11100000 | 1100100 | 1000 |
Color Harmonies of #000B29
Complementary color
Monochromatic Colors of #000B29
Black with #000B29
Text Example
Text Example
White with #000B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B29; }
p { color: rgb(0,11,41); }
H1.HeaderClassName
{
color: #000B29;
}
.AnyTagClassName
{
color: #000B29;
}
</style>
background-color css
<style>
a { background-color: #000B29; }
a { background-color: rgb(0,11,41); }
div.DivClassName
{
background-color: #000B29;
}
.BgClassName
{
background-color: #000B29;
}
</style>
border-color css
<style>
span { border-color: #000B29; }
span { border-color: rgb(0,11,41); }
td.TdClassName
{
border-color: #000B29;
}
.TagClassName
{
border-color: #000B29;
}
</style>