Shades of Black Russian #0A0426
Tints of Black Russian #0A0426
RGB
CMYK
RGB Variations
Color information
#0A0426 (or 0x0A0426) is known color: Black Russian. HEX triplet: 0A, 04 and 26. RGB value is (10,4,38). Sum of RGB (Red+Green+Blue) = 10+4+38=52 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.23% from 52); Green value is 4 (1.95% from 255 or 7.69% from 52); Blue value is 38 (15.23% from 255 or 73.08% from 52); Max value from RGB is 38 - color contains mainly: blue. Hex color #0A0426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0426 is #F5FBD9. Grayscale: #090909. Windows color (decimal): -16120794 or 2491402. OLE color: 2491402.
HSL color Cylindrical-coordinate representation of color #0A0426: hue angle of 250.59º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A0426 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 4 | 38 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.85 |
| HSL | 250.59º | 0.81% | 0.08% | - |
| HSV(B) | 250.59º | 0.89% | 0.15% | - |
| XYZ | 0.52 | 0.29 | 1.86 | - |
| YUV | 9.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 4 | 38 | 0.74 | 0.89 | 0 | 0.85 | 250.59 | 0.81 | 0.08 |
| Hex | A | 4 | 26 | 4A | 59 | 0 | 55 | FB | 51 | 8 |
| Octal | 12 | 4 | 46 | 112 | 131 | 0 | 125 | 373 | 121 | 10 |
| Binary | 1010 | 100 | 100110 | 1001010 | 1011001 | 0 | 1010101 | 11111011 | 1010001 | 1000 |
Color Harmonies of #0A0426
Complementary color
Monochromatic Colors of #0A0426
Black with #0A0426
Text Example
Text Example
White with #0A0426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0426; }
p { color: rgb(10,4,38); }
H1.HeaderClassName
{
color: #0A0426;
}
.AnyTagClassName
{
color: #0A0426;
}
</style>
background-color css
<style>
a { background-color: #0A0426; }
a { background-color: rgb(10,4,38); }
div.DivClassName
{
background-color: #0A0426;
}
.BgClassName
{
background-color: #0A0426;
}
</style>
border-color css
<style>
span { border-color: #0A0426; }
span { border-color: rgb(10,4,38); }
td.TdClassName
{
border-color: #0A0426;
}
.TagClassName
{
border-color: #0A0426;
}
</style>