Shades of Black Russian #0B1328
Tints of Black Russian #0B1328
RGB
CMYK
RGB Variations
Color information
#0B1328 (or 0x0B1328) is known color: Black Russian. HEX triplet: 0B, 13 and 28. RGB value is (11,19,40). Sum of RGB (Red+Green+Blue) = 11+19+40=70 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.71% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 40 (16.02% from 255 or 57.14% from 70); Max value from RGB is 40 - color contains mainly: blue. Hex color #0B1328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1328 is #F4ECD7. Grayscale: #121212. Windows color (decimal): -16051416 or 2626315. OLE color: 2626315.
HSL color Cylindrical-coordinate representation of color #0B1328: hue angle of 223.45º degrees, saturation: 0.57, 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 #0B1328 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 11 | 19 | 40 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.84 |
| HSL | 223.45º | 0.57% | 0.1% | - |
| HSV(B) | 223.45º | 0.73% | 0.16% | - |
| XYZ | 0.75 | 0.69 | 2.1 | - |
| YUV | 19 | 139.85 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 19 | 40 | 0.72 | 0.52 | 0 | 0.84 | 223.45 | 0.57 | 0.1 |
| Hex | B | 13 | 28 | 48 | 34 | 0 | 54 | DF | 39 | A |
| Octal | 13 | 23 | 50 | 110 | 64 | 0 | 124 | 337 | 71 | 12 |
| Binary | 1011 | 10011 | 101000 | 1001000 | 110100 | 0 | 1010100 | 11011111 | 111001 | 1010 |
Color Harmonies of #0B1328
Complementary color
Monochromatic Colors of #0B1328
Black with #0B1328
Text Example
Text Example
White with #0B1328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1328; }
p { color: rgb(11,19,40); }
H1.HeaderClassName
{
color: #0B1328;
}
.AnyTagClassName
{
color: #0B1328;
}
</style>
background-color css
<style>
a { background-color: #0B1328; }
a { background-color: rgb(11,19,40); }
div.DivClassName
{
background-color: #0B1328;
}
.BgClassName
{
background-color: #0B1328;
}
</style>
border-color css
<style>
span { border-color: #0B1328; }
span { border-color: rgb(11,19,40); }
td.TdClassName
{
border-color: #0B1328;
}
.TagClassName
{
border-color: #0B1328;
}
</style>