Shades of Black Russian #0A051B
Tints of Black Russian #0A051B
RGB
CMYK
RGB Variations
Color information
#0A051B (or 0x0A051B) is known color: Black Russian. HEX triplet: 0A, 05 and 1B. RGB value is (10,5,27). Sum of RGB (Red+Green+Blue) = 10+5+27=42 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.81% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 27 (10.94% from 255 or 64.29% from 42); Max value from RGB is 27 - color contains mainly: blue. Hex color #0A051B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A051B is #F5FAE4. Grayscale: #080808. Windows color (decimal): -16120549 or 1770762. OLE color: 1770762.
HSL color Cylindrical-coordinate representation of color #0A051B: hue angle of 253.64º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A051B is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 5 | 27 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.89 |
| HSL | 253.64º | 0.69% | 0.06% | - |
| HSV(B) | 253.64º | 0.81% | 0.11% | - |
| XYZ | 0.38 | 0.25 | 1.07 | - |
| YUV | 9 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 5 | 27 | 0.63 | 0.81 | 0 | 0.89 | 253.64 | 0.69 | 0.06 |
| Hex | A | 5 | 1B | 3F | 51 | 0 | 59 | FE | 45 | 6 |
| Octal | 12 | 5 | 33 | 77 | 121 | 0 | 131 | 376 | 105 | 6 |
| Binary | 1010 | 101 | 11011 | 111111 | 1010001 | 0 | 1011001 | 11111110 | 1000101 | 110 |
Color Harmonies of #0A051B
Complementary color
Monochromatic Colors of #0A051B
Black with #0A051B
Text Example
Text Example
White with #0A051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A051B; }
p { color: rgb(10,5,27); }
H1.HeaderClassName
{
color: #0A051B;
}
.AnyTagClassName
{
color: #0A051B;
}
</style>
background-color css
<style>
a { background-color: #0A051B; }
a { background-color: rgb(10,5,27); }
div.DivClassName
{
background-color: #0A051B;
}
.BgClassName
{
background-color: #0A051B;
}
</style>
border-color css
<style>
span { border-color: #0A051B; }
span { border-color: rgb(10,5,27); }
td.TdClassName
{
border-color: #0A051B;
}
.TagClassName
{
border-color: #0A051B;
}
</style>