Shades of Black Russian #0B0F29
Tints of Black Russian #0B0F29
RGB
CMYK
RGB Variations
Color information
#0B0F29 (or 0x0B0F29) is known color: Black Russian. HEX triplet: 0B, 0F and 29. RGB value is (11,15,41). Sum of RGB (Red+Green+Blue) = 11+15+41=67 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.42% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 41 (16.41% from 255 or 61.19% from 67); Max value from RGB is 41 - color contains mainly: blue. Hex color #0B0F29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0F29 is #F4F0D6. Grayscale: #101010. Windows color (decimal): -16052439 or 2690827. OLE color: 2690827.
HSL color Cylindrical-coordinate representation of color #0B0F29: hue angle of 232º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0B0F29 is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 11 | 15 | 41 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.84 |
| HSL | 232º | 0.58% | 0.1% | - |
| HSV(B) | 232º | 0.73% | 0.16% | - |
| XYZ | 0.71 | 0.57 | 2.17 | - |
| YUV | 16.77 | 141.67 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 15 | 41 | 0.73 | 0.63 | 0 | 0.84 | 232 | 0.58 | 0.1 |
| Hex | B | F | 29 | 49 | 3F | 0 | 54 | E8 | 3A | A |
| Octal | 13 | 17 | 51 | 111 | 77 | 0 | 124 | 350 | 72 | 12 |
| Binary | 1011 | 1111 | 101001 | 1001001 | 111111 | 0 | 1010100 | 11101000 | 111010 | 1010 |
Color Harmonies of #0B0F29
Complementary color
Monochromatic Colors of #0B0F29
Black with #0B0F29
Text Example
Text Example
White with #0B0F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0F29; }
p { color: rgb(11,15,41); }
H1.HeaderClassName
{
color: #0B0F29;
}
.AnyTagClassName
{
color: #0B0F29;
}
</style>
background-color css
<style>
a { background-color: #0B0F29; }
a { background-color: rgb(11,15,41); }
div.DivClassName
{
background-color: #0B0F29;
}
.BgClassName
{
background-color: #0B0F29;
}
</style>
border-color css
<style>
span { border-color: #0B0F29; }
span { border-color: rgb(11,15,41); }
td.TdClassName
{
border-color: #0B0F29;
}
.TagClassName
{
border-color: #0B0F29;
}
</style>