Shades of Black Russian #0A051E
Tints of Black Russian #0A051E
RGB
CMYK
RGB Variations
Color information
#0A051E (or 0x0A051E) is known color: Black Russian. HEX triplet: 0A, 05 and 1E. RGB value is (10,5,30). Sum of RGB (Red+Green+Blue) = 10+5+30=45 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.22% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 30 (12.11% from 255 or 66.67% from 45); Max value from RGB is 30 - color contains mainly: blue. Hex color #0A051E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A051E is #F5FAE1. Grayscale: #090909. Windows color (decimal): -16120546 or 1967370. OLE color: 1967370.
HSL color Cylindrical-coordinate representation of color #0A051E: hue angle of 252º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A051E is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 10 | 5 | 30 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.88 |
| HSL | 252º | 0.71% | 0.07% | - |
| HSV(B) | 252º | 0.83% | 0.12% | - |
| XYZ | 0.41 | 0.27 | 1.26 | - |
| YUV | 9.35 | 139.66 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 5 | 30 | 0.67 | 0.83 | 0 | 0.88 | 252 | 0.71 | 0.07 |
| Hex | A | 5 | 1E | 43 | 53 | 0 | 58 | FC | 47 | 7 |
| Octal | 12 | 5 | 36 | 103 | 123 | 0 | 130 | 374 | 107 | 7 |
| Binary | 1010 | 101 | 11110 | 1000011 | 1010011 | 0 | 1011000 | 11111100 | 1000111 | 111 |
Color Harmonies of #0A051E
Complementary color
Monochromatic Colors of #0A051E
Black with #0A051E
Text Example
Text Example
White with #0A051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A051E; }
p { color: rgb(10,5,30); }
H1.HeaderClassName
{
color: #0A051E;
}
.AnyTagClassName
{
color: #0A051E;
}
</style>
background-color css
<style>
a { background-color: #0A051E; }
a { background-color: rgb(10,5,30); }
div.DivClassName
{
background-color: #0A051E;
}
.BgClassName
{
background-color: #0A051E;
}
</style>
border-color css
<style>
span { border-color: #0A051E; }
span { border-color: rgb(10,5,30); }
td.TdClassName
{
border-color: #0A051E;
}
.TagClassName
{
border-color: #0A051E;
}
</style>