Shades of Black Russian #0B0D1A
Tints of Black Russian #0B0D1A
RGB
CMYK
RGB Variations
Color information
#0B0D1A (or 0x0B0D1A) is known color: Black Russian. HEX triplet: 0B, 0D and 1A. RGB value is (11,13,26). Sum of RGB (Red+Green+Blue) = 11+13+26=50 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22% from 50); Green value is 13 (5.47% from 255 or 26% from 50); Blue value is 26 (10.55% from 255 or 52% from 50); Max value from RGB is 26 - color contains mainly: blue. Hex color #0B0D1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0D1A is #F4F2E5. Grayscale: #0D0D0D. Windows color (decimal): -16052966 or 1707275. OLE color: 1707275.
HSL color Cylindrical-coordinate representation of color #0B0D1A: hue angle of 232º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0B0D1A is Cyan = 0.58, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 11 | 13 | 26 | - |
| CMYK | 0.58 | 0.5 | 0 | 0.90 |
| HSL | 232º | 0.41% | 0.07% | - |
| HSV(B) | 232º | 0.58% | 0.1% | - |
| XYZ | 0.47 | 0.43 | 1.04 | - |
| YUV | 13.88 | 134.84 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 13 | 26 | 0.58 | 0.5 | 0 | 0.90 | 232 | 0.41 | 0.07 |
| Hex | B | D | 1A | 3A | 32 | 0 | 5A | E8 | 29 | 7 |
| Octal | 13 | 15 | 32 | 72 | 62 | 0 | 132 | 350 | 51 | 7 |
| Binary | 1011 | 1101 | 11010 | 111010 | 110010 | 0 | 1011010 | 11101000 | 101001 | 111 |
Color Harmonies of #0B0D1A
Complementary color
Monochromatic Colors of #0B0D1A
Black with #0B0D1A
Text Example
Text Example
White with #0B0D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0D1A; }
p { color: rgb(11,13,26); }
H1.HeaderClassName
{
color: #0B0D1A;
}
.AnyTagClassName
{
color: #0B0D1A;
}
</style>
background-color css
<style>
a { background-color: #0B0D1A; }
a { background-color: rgb(11,13,26); }
div.DivClassName
{
background-color: #0B0D1A;
}
.BgClassName
{
background-color: #0B0D1A;
}
</style>
border-color css
<style>
span { border-color: #0B0D1A; }
span { border-color: rgb(11,13,26); }
td.TdClassName
{
border-color: #0B0D1A;
}
.TagClassName
{
border-color: #0B0D1A;
}
</style>