Shades of Black Russian #0A0B15
Tints of Black Russian #0A0B15
RGB
CMYK
RGB Variations
Color information
#0A0B15 (or 0x0A0B15) is known color: Black Russian. HEX triplet: 0A, 0B and 15. RGB value is (10,11,21). Sum of RGB (Red+Green+Blue) = 10+11+21=42 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.81% from 42); Green value is 11 (4.69% from 255 or 26.19% from 42); Blue value is 21 (8.59% from 255 or 50% from 42); Max value from RGB is 21 - color contains mainly: blue. Hex color #0A0B15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0B15 is #F5F4EA. Grayscale: #0B0B0B. Windows color (decimal): -16119019 or 1379082. OLE color: 1379082.
HSL color Cylindrical-coordinate representation of color #0A0B15: hue angle of 234.55º degrees, saturation: 0.35, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0A0B15 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 10 | 11 | 21 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.92 |
| HSL | 234.55º | 0.35% | 0.06% | - |
| HSV(B) | 234.55º | 0.52% | 0.08% | - |
| XYZ | 0.38 | 0.36 | 0.76 | - |
| YUV | 11.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 11 | 21 | 0.52 | 0.48 | 0 | 0.92 | 234.55 | 0.35 | 0.06 |
| Hex | A | B | 15 | 34 | 30 | 0 | 5C | EB | 23 | 6 |
| Octal | 12 | 13 | 25 | 64 | 60 | 0 | 134 | 353 | 43 | 6 |
| Binary | 1010 | 1011 | 10101 | 110100 | 110000 | 0 | 1011100 | 11101011 | 100011 | 110 |
Color Harmonies of #0A0B15
Complementary color
Monochromatic Colors of #0A0B15
Black with #0A0B15
Text Example
Text Example
White with #0A0B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0B15; }
p { color: rgb(10,11,21); }
H1.HeaderClassName
{
color: #0A0B15;
}
.AnyTagClassName
{
color: #0A0B15;
}
</style>
background-color css
<style>
a { background-color: #0A0B15; }
a { background-color: rgb(10,11,21); }
div.DivClassName
{
background-color: #0A0B15;
}
.BgClassName
{
background-color: #0A0B15;
}
</style>
border-color css
<style>
span { border-color: #0A0B15; }
span { border-color: rgb(10,11,21); }
td.TdClassName
{
border-color: #0A0B15;
}
.TagClassName
{
border-color: #0A0B15;
}
</style>