Shades of Black Russian #0A0530
Tints of Black Russian #0A0530
RGB
CMYK
RGB Variations
Color information
#0A0530 (or 0x0A0530) is known color: Black Russian. HEX triplet: 0A, 05 and 30. RGB value is (10,5,48). Sum of RGB (Red+Green+Blue) = 10+5+48=63 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.87% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 48 (19.14% from 255 or 76.19% from 63); Max value from RGB is 48 - color contains mainly: blue. Hex color #0A0530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0530 is #F5FACF. Grayscale: #0B0B0B. Windows color (decimal): -16120528 or 3147018. OLE color: 3147018.
HSL color Cylindrical-coordinate representation of color #0A0530: hue angle of 246.98º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A0530 is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 10 | 5 | 48 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.81 |
| HSL | 246.98º | 0.81% | 0.1% | - |
| HSV(B) | 246.98º | 0.9% | 0.19% | - |
| XYZ | 0.71 | 0.39 | 2.83 | - |
| YUV | 11.4 | 148.66 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 5 | 48 | 0.79 | 0.90 | 0 | 0.81 | 246.98 | 0.81 | 0.1 |
| Hex | A | 5 | 30 | 4F | 5A | 0 | 51 | F7 | 51 | A |
| Octal | 12 | 5 | 60 | 117 | 132 | 0 | 121 | 367 | 121 | 12 |
| Binary | 1010 | 101 | 110000 | 1001111 | 1011010 | 0 | 1010001 | 11110111 | 1010001 | 1010 |
Color Harmonies of #0A0530
Complementary color
Monochromatic Colors of #0A0530
Black with #0A0530
Text Example
Text Example
White with #0A0530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0530; }
p { color: rgb(10,5,48); }
H1.HeaderClassName
{
color: #0A0530;
}
.AnyTagClassName
{
color: #0A0530;
}
</style>
background-color css
<style>
a { background-color: #0A0530; }
a { background-color: rgb(10,5,48); }
div.DivClassName
{
background-color: #0A0530;
}
.BgClassName
{
background-color: #0A0530;
}
</style>
border-color css
<style>
span { border-color: #0A0530; }
span { border-color: rgb(10,5,48); }
td.TdClassName
{
border-color: #0A0530;
}
.TagClassName
{
border-color: #0A0530;
}
</style>