Shades of Black Russian #0A0532
Tints of Black Russian #0A0532
RGB
CMYK
RGB Variations
Color information
#0A0532 (or 0x0A0532) is known color: Black Russian. HEX triplet: 0A, 05 and 32. RGB value is (10,5,50). Sum of RGB (Red+Green+Blue) = 10+5+50=65 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.38% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 50 (19.92% from 255 or 76.92% from 65); Max value from RGB is 50 - color contains mainly: blue. Hex color #0A0532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0532 is #F5FACD. Grayscale: #0B0B0B. Windows color (decimal): -16120526 or 3278090. OLE color: 3278090.
HSL color Cylindrical-coordinate representation of color #0A0532: hue angle of 246.67º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A0532 is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 10 | 5 | 50 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.80 |
| HSL | 246.67º | 0.82% | 0.11% | - |
| HSV(B) | 246.67º | 0.9% | 0.2% | - |
| XYZ | 0.76 | 0.4 | 3.06 | - |
| YUV | 11.63 | 149.66 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 5 | 50 | 0.80 | 0.90 | 0 | 0.80 | 246.67 | 0.82 | 0.11 |
| Hex | A | 5 | 32 | 50 | 5A | 0 | 50 | F7 | 52 | B |
| Octal | 12 | 5 | 62 | 120 | 132 | 0 | 120 | 367 | 122 | 13 |
| Binary | 1010 | 101 | 110010 | 1010000 | 1011010 | 0 | 1010000 | 11110111 | 1010010 | 1011 |
Color Harmonies of #0A0532
Complementary color
Monochromatic Colors of #0A0532
Black with #0A0532
Text Example
Text Example
White with #0A0532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0532; }
p { color: rgb(10,5,50); }
H1.HeaderClassName
{
color: #0A0532;
}
.AnyTagClassName
{
color: #0A0532;
}
</style>
background-color css
<style>
a { background-color: #0A0532; }
a { background-color: rgb(10,5,50); }
div.DivClassName
{
background-color: #0A0532;
}
.BgClassName
{
background-color: #0A0532;
}
</style>
border-color css
<style>
span { border-color: #0A0532; }
span { border-color: rgb(10,5,50); }
td.TdClassName
{
border-color: #0A0532;
}
.TagClassName
{
border-color: #0A0532;
}
</style>