Shades of Black Russian #0A0631
Tints of Black Russian #0A0631
RGB
CMYK
RGB Variations
Color information
#0A0631 (or 0x0A0631) is known color: Black Russian. HEX triplet: 0A, 06 and 31. RGB value is (10,6,49). Sum of RGB (Red+Green+Blue) = 10+6+49=65 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.38% from 65); Green value is 6 (2.73% from 255 or 9.23% from 65); Blue value is 49 (19.53% from 255 or 75.38% from 65); Max value from RGB is 49 - color contains mainly: blue. Hex color #0A0631 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0631 is #F5F9CE. Grayscale: #0B0B0B. Windows color (decimal): -16120271 or 3212810. OLE color: 3212810.
HSL color Cylindrical-coordinate representation of color #0A0631: hue angle of 245.58º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A0631 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 10 | 6 | 49 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.81 |
| HSL | 245.58º | 0.78% | 0.11% | - |
| HSV(B) | 245.58º | 0.88% | 0.19% | - |
| XYZ | 0.74 | 0.42 | 2.95 | - |
| YUV | 12.1 | 148.83 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 6 | 49 | 0.80 | 0.88 | 0 | 0.81 | 245.58 | 0.78 | 0.11 |
| Hex | A | 6 | 31 | 50 | 58 | 0 | 51 | F6 | 4E | B |
| Octal | 12 | 6 | 61 | 120 | 130 | 0 | 121 | 366 | 116 | 13 |
| Binary | 1010 | 110 | 110001 | 1010000 | 1011000 | 0 | 1010001 | 11110110 | 1001110 | 1011 |
Color Harmonies of #0A0631
Complementary color
Monochromatic Colors of #0A0631
Black with #0A0631
Text Example
Text Example
White with #0A0631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0631; }
p { color: rgb(10,6,49); }
H1.HeaderClassName
{
color: #0A0631;
}
.AnyTagClassName
{
color: #0A0631;
}
</style>
background-color css
<style>
a { background-color: #0A0631; }
a { background-color: rgb(10,6,49); }
div.DivClassName
{
background-color: #0A0631;
}
.BgClassName
{
background-color: #0A0631;
}
</style>
border-color css
<style>
span { border-color: #0A0631; }
span { border-color: rgb(10,6,49); }
td.TdClassName
{
border-color: #0A0631;
}
.TagClassName
{
border-color: #0A0631;
}
</style>