Shades of Black Russian #0A051D
Tints of Black Russian #0A051D
RGB
CMYK
RGB Variations
Color information
#0A051D (or 0x0A051D) is known color: Black Russian. HEX triplet: 0A, 05 and 1D. RGB value is (10,5,29). Sum of RGB (Red+Green+Blue) = 10+5+29=44 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.73% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 29 (11.72% from 255 or 65.91% from 44); Max value from RGB is 29 - color contains mainly: blue. Hex color #0A051D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A051D is #F5FAE2. Grayscale: #090909. Windows color (decimal): -16120547 or 1901834. OLE color: 1901834.
HSL color Cylindrical-coordinate representation of color #0A051D: hue angle of 252.5º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A051D is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 5 | 29 | - |
| CMYK | 0.66 | 0.83 | 0 | 0.89 |
| HSL | 252.5º | 0.71% | 0.07% | - |
| HSV(B) | 252.5º | 0.83% | 0.11% | - |
| XYZ | 0.4 | 0.26 | 1.19 | - |
| YUV | 9.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 5 | 29 | 0.66 | 0.83 | 0 | 0.89 | 252.5 | 0.71 | 0.07 |
| Hex | A | 5 | 1D | 42 | 53 | 0 | 59 | FD | 47 | 7 |
| Octal | 12 | 5 | 35 | 102 | 123 | 0 | 131 | 375 | 107 | 7 |
| Binary | 1010 | 101 | 11101 | 1000010 | 1010011 | 0 | 1011001 | 11111101 | 1000111 | 111 |
Color Harmonies of #0A051D
Complementary color
Monochromatic Colors of #0A051D
Black with #0A051D
Text Example
Text Example
White with #0A051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A051D; }
p { color: rgb(10,5,29); }
H1.HeaderClassName
{
color: #0A051D;
}
.AnyTagClassName
{
color: #0A051D;
}
</style>
background-color css
<style>
a { background-color: #0A051D; }
a { background-color: rgb(10,5,29); }
div.DivClassName
{
background-color: #0A051D;
}
.BgClassName
{
background-color: #0A051D;
}
</style>
border-color css
<style>
span { border-color: #0A051D; }
span { border-color: rgb(10,5,29); }
td.TdClassName
{
border-color: #0A051D;
}
.TagClassName
{
border-color: #0A051D;
}
</style>