Shades of Black Russian #0B0D15
Tints of Black Russian #0B0D15
RGB
CMYK
RGB Variations
Color information
#0B0D15 (or 0x0B0D15) is known color: Black Russian. HEX triplet: 0B, 0D and 15. RGB value is (11,13,21). Sum of RGB (Red+Green+Blue) = 11+13+21=45 (5% of max value = 765). Red value is 11 (4.69% from 255 or 24.44% from 45); Green value is 13 (5.47% from 255 or 28.89% from 45); Blue value is 21 (8.59% from 255 or 46.67% from 45); Max value from RGB is 21 - color contains mainly: blue. Hex color #0B0D15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0D15 is #F4F2EA. Grayscale: #0D0D0D. Windows color (decimal): -16052971 or 1379595. OLE color: 1379595.
HSL color Cylindrical-coordinate representation of color #0B0D15: hue angle of 228º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0B0D15 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 11 | 13 | 21 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.92 |
| HSL | 228º | 0.31% | 0.06% | - |
| HSV(B) | 228º | 0.48% | 0.08% | - |
| XYZ | 0.42 | 0.41 | 0.77 | - |
| YUV | 13.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 13 | 21 | 0.48 | 0.38 | 0 | 0.92 | 228 | 0.31 | 0.06 |
| Hex | B | D | 15 | 30 | 26 | 0 | 5C | E4 | 1F | 6 |
| Octal | 13 | 15 | 25 | 60 | 46 | 0 | 134 | 344 | 37 | 6 |
| Binary | 1011 | 1101 | 10101 | 110000 | 100110 | 0 | 1011100 | 11100100 | 11111 | 110 |
Color Harmonies of #0B0D15
Complementary color
Monochromatic Colors of #0B0D15
Black with #0B0D15
Text Example
Text Example
White with #0B0D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0D15; }
p { color: rgb(11,13,21); }
H1.HeaderClassName
{
color: #0B0D15;
}
.AnyTagClassName
{
color: #0B0D15;
}
</style>
background-color css
<style>
a { background-color: #0B0D15; }
a { background-color: rgb(11,13,21); }
div.DivClassName
{
background-color: #0B0D15;
}
.BgClassName
{
background-color: #0B0D15;
}
</style>
border-color css
<style>
span { border-color: #0B0D15; }
span { border-color: rgb(11,13,21); }
td.TdClassName
{
border-color: #0B0D15;
}
.TagClassName
{
border-color: #0B0D15;
}
</style>