Shades of Black Russian #0A0531
Tints of Black Russian #0A0531
RGB
CMYK
RGB Variations
Color information
#0A0531 (or 0x0A0531) is known color: Black Russian. HEX triplet: 0A, 05 and 31. RGB value is (10,5,49). Sum of RGB (Red+Green+Blue) = 10+5+49=64 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.62% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 49 (19.53% from 255 or 76.56% from 64); Max value from RGB is 49 - color contains mainly: blue. Hex color #0A0531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0531 is #F5FACE. Grayscale: #0B0B0B. Windows color (decimal): -16120527 or 3212554. OLE color: 3212554.
HSL color Cylindrical-coordinate representation of color #0A0531: hue angle of 246.82º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A0531 is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 10 | 5 | 49 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.81 |
| HSL | 246.82º | 0.81% | 0.11% | - |
| HSV(B) | 246.82º | 0.9% | 0.19% | - |
| XYZ | 0.73 | 0.39 | 2.94 | - |
| YUV | 11.51 | 149.16 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 5 | 49 | 0.80 | 0.90 | 0 | 0.81 | 246.82 | 0.81 | 0.11 |
| Hex | A | 5 | 31 | 50 | 5A | 0 | 51 | F7 | 51 | B |
| Octal | 12 | 5 | 61 | 120 | 132 | 0 | 121 | 367 | 121 | 13 |
| Binary | 1010 | 101 | 110001 | 1010000 | 1011010 | 0 | 1010001 | 11110111 | 1010001 | 1011 |
Color Harmonies of #0A0531
Complementary color
Monochromatic Colors of #0A0531
Black with #0A0531
Text Example
Text Example
White with #0A0531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0531; }
p { color: rgb(10,5,49); }
H1.HeaderClassName
{
color: #0A0531;
}
.AnyTagClassName
{
color: #0A0531;
}
</style>
background-color css
<style>
a { background-color: #0A0531; }
a { background-color: rgb(10,5,49); }
div.DivClassName
{
background-color: #0A0531;
}
.BgClassName
{
background-color: #0A0531;
}
</style>
border-color css
<style>
span { border-color: #0A0531; }
span { border-color: rgb(10,5,49); }
td.TdClassName
{
border-color: #0A0531;
}
.TagClassName
{
border-color: #0A0531;
}
</style>