Shades of Black Russian #0B1527
Tints of Black Russian #0B1527
RGB
CMYK
RGB Variations
Color information
#0B1527 (or 0x0B1527) is known color: Black Russian. HEX triplet: 0B, 15 and 27. RGB value is (11,21,39). Sum of RGB (Red+Green+Blue) = 11+21+39=71 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.49% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 39 (15.62% from 255 or 54.93% from 71); Max value from RGB is 39 - color contains mainly: blue. Hex color #0B1527 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1527 is #F4EAD8. Grayscale: #131313. Windows color (decimal): -16050905 or 2561291. OLE color: 2561291.
HSL color Cylindrical-coordinate representation of color #0B1527: hue angle of 218.57º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0B1527 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 21 | 39 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.85 |
| HSL | 218.57º | 0.56% | 0.1% | - |
| HSV(B) | 218.57º | 0.72% | 0.15% | - |
| XYZ | 0.77 | 0.75 | 2.02 | - |
| YUV | 20.06 | 138.69 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 21 | 39 | 0.72 | 0.46 | 0 | 0.85 | 218.57 | 0.56 | 0.1 |
| Hex | B | 15 | 27 | 48 | 2E | 0 | 55 | DB | 38 | A |
| Octal | 13 | 25 | 47 | 110 | 56 | 0 | 125 | 333 | 70 | 12 |
| Binary | 1011 | 10101 | 100111 | 1001000 | 101110 | 0 | 1010101 | 11011011 | 111000 | 1010 |
Color Harmonies of #0B1527
Complementary color
Monochromatic Colors of #0B1527
Black with #0B1527
Text Example
Text Example
White with #0B1527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1527; }
p { color: rgb(11,21,39); }
H1.HeaderClassName
{
color: #0B1527;
}
.AnyTagClassName
{
color: #0B1527;
}
</style>
background-color css
<style>
a { background-color: #0B1527; }
a { background-color: rgb(11,21,39); }
div.DivClassName
{
background-color: #0B1527;
}
.BgClassName
{
background-color: #0B1527;
}
</style>
border-color css
<style>
span { border-color: #0B1527; }
span { border-color: rgb(11,21,39); }
td.TdClassName
{
border-color: #0B1527;
}
.TagClassName
{
border-color: #0B1527;
}
</style>