Shades of Black Russian #0B0D2E
Tints of Black Russian #0B0D2E
RGB
CMYK
RGB Variations
Color information
#0B0D2E (or 0x0B0D2E) is known color: Black Russian. HEX triplet: 0B, 0D and 2E. RGB value is (11,13,46). Sum of RGB (Red+Green+Blue) = 11+13+46=70 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.71% from 70); Green value is 13 (5.47% from 255 or 18.57% from 70); Blue value is 46 (18.36% from 255 or 65.71% from 70); Max value from RGB is 46 - color contains mainly: blue. Hex color #0B0D2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0D2E is #F4F2D1. Grayscale: #101010. Windows color (decimal): -16052946 or 3017995. OLE color: 3017995.
HSL color Cylindrical-coordinate representation of color #0B0D2E: hue angle of 236.57º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0B0D2E is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 13 | 46 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.82 |
| HSL | 236.57º | 0.61% | 0.11% | - |
| HSV(B) | 236.57º | 0.76% | 0.18% | - |
| XYZ | 0.78 | 0.56 | 2.65 | - |
| YUV | 16.16 | 144.84 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 13 | 46 | 0.76 | 0.72 | 0 | 0.82 | 236.57 | 0.61 | 0.11 |
| Hex | B | D | 2E | 4C | 48 | 0 | 52 | ED | 3D | B |
| Octal | 13 | 15 | 56 | 114 | 110 | 0 | 122 | 355 | 75 | 13 |
| Binary | 1011 | 1101 | 101110 | 1001100 | 1001000 | 0 | 1010010 | 11101101 | 111101 | 1011 |
Color Harmonies of #0B0D2E
Complementary color
Monochromatic Colors of #0B0D2E
Black with #0B0D2E
Text Example
Text Example
White with #0B0D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0D2E; }
p { color: rgb(11,13,46); }
H1.HeaderClassName
{
color: #0B0D2E;
}
.AnyTagClassName
{
color: #0B0D2E;
}
</style>
background-color css
<style>
a { background-color: #0B0D2E; }
a { background-color: rgb(11,13,46); }
div.DivClassName
{
background-color: #0B0D2E;
}
.BgClassName
{
background-color: #0B0D2E;
}
</style>
border-color css
<style>
span { border-color: #0B0D2E; }
span { border-color: rgb(11,13,46); }
td.TdClassName
{
border-color: #0B0D2E;
}
.TagClassName
{
border-color: #0B0D2E;
}
</style>