Shades of Black Russian #0B102D
Tints of Black Russian #0B102D
RGB
CMYK
RGB Variations
Color information
#0B102D (or 0x0B102D) is known color: Black Russian. HEX triplet: 0B, 10 and 2D. RGB value is (11,16,45). Sum of RGB (Red+Green+Blue) = 11+16+45=72 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.28% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 45 (17.97% from 255 or 62.5% from 72); Max value from RGB is 45 - color contains mainly: blue. Hex color #0B102D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B102D is #F4EFD2. Grayscale: #111111. Windows color (decimal): -16052179 or 2953227. OLE color: 2953227.
HSL color Cylindrical-coordinate representation of color #0B102D: hue angle of 231.18º 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 #0B102D is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 16 | 45 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.82 |
| HSL | 231.18º | 0.61% | 0.11% | - |
| HSV(B) | 231.18º | 0.76% | 0.18% | - |
| XYZ | 0.8 | 0.63 | 2.56 | - |
| YUV | 17.81 | 143.34 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 16 | 45 | 0.76 | 0.64 | 0 | 0.82 | 231.18 | 0.61 | 0.11 |
| Hex | B | 10 | 2D | 4C | 40 | 0 | 52 | E7 | 3D | B |
| Octal | 13 | 20 | 55 | 114 | 100 | 0 | 122 | 347 | 75 | 13 |
| Binary | 1011 | 10000 | 101101 | 1001100 | 1000000 | 0 | 1010010 | 11100111 | 111101 | 1011 |
Color Harmonies of #0B102D
Complementary color
Monochromatic Colors of #0B102D
Black with #0B102D
Text Example
Text Example
White with #0B102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B102D; }
p { color: rgb(11,16,45); }
H1.HeaderClassName
{
color: #0B102D;
}
.AnyTagClassName
{
color: #0B102D;
}
</style>
background-color css
<style>
a { background-color: #0B102D; }
a { background-color: rgb(11,16,45); }
div.DivClassName
{
background-color: #0B102D;
}
.BgClassName
{
background-color: #0B102D;
}
</style>
border-color css
<style>
span { border-color: #0B102D; }
span { border-color: rgb(11,16,45); }
td.TdClassName
{
border-color: #0B102D;
}
.TagClassName
{
border-color: #0B102D;
}
</style>