Shades of Black Russian #0A041D
Tints of Black Russian #0A041D
RGB
CMYK
RGB Variations
Color information
#0A041D (or 0x0A041D) is known color: Black Russian. HEX triplet: 0A, 04 and 1D. RGB value is (10,4,29). Sum of RGB (Red+Green+Blue) = 10+4+29=43 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.26% from 43); Green value is 4 (1.95% from 255 or 9.30% from 43); Blue value is 29 (11.72% from 255 or 67.44% from 43); Max value from RGB is 29 - color contains mainly: blue. Hex color #0A041D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A041D is #F5FBE2. Grayscale: #080808. Windows color (decimal): -16120803 or 1901578. OLE color: 1901578.
HSL color Cylindrical-coordinate representation of color #0A041D: hue angle of 254.4º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A041D is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 4 | 29 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.89 |
| HSL | 254.4º | 0.76% | 0.06% | - |
| HSV(B) | 254.4º | 0.86% | 0.11% | - |
| XYZ | 0.39 | 0.24 | 1.19 | - |
| YUV | 8.64 | 139.49 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 4 | 29 | 0.66 | 0.86 | 0 | 0.89 | 254.4 | 0.76 | 0.06 |
| Hex | A | 4 | 1D | 42 | 56 | 0 | 59 | FE | 4C | 6 |
| Octal | 12 | 4 | 35 | 102 | 126 | 0 | 131 | 376 | 114 | 6 |
| Binary | 1010 | 100 | 11101 | 1000010 | 1010110 | 0 | 1011001 | 11111110 | 1001100 | 110 |
Color Harmonies of #0A041D
Complementary color
Monochromatic Colors of #0A041D
Black with #0A041D
Text Example
Text Example
White with #0A041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A041D; }
p { color: rgb(10,4,29); }
H1.HeaderClassName
{
color: #0A041D;
}
.AnyTagClassName
{
color: #0A041D;
}
</style>
background-color css
<style>
a { background-color: #0A041D; }
a { background-color: rgb(10,4,29); }
div.DivClassName
{
background-color: #0A041D;
}
.BgClassName
{
background-color: #0A041D;
}
</style>
border-color css
<style>
span { border-color: #0A041D; }
span { border-color: rgb(10,4,29); }
td.TdClassName
{
border-color: #0A041D;
}
.TagClassName
{
border-color: #0A041D;
}
</style>