Shades of Black Russian #0A0627
Tints of Black Russian #0A0627
RGB
CMYK
RGB Variations
Color information
#0A0627 (or 0x0A0627) is known color: Black Russian. HEX triplet: 0A, 06 and 27. RGB value is (10,6,39). Sum of RGB (Red+Green+Blue) = 10+6+39=55 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.18% from 55); Green value is 6 (2.73% from 255 or 10.91% from 55); Blue value is 39 (15.62% from 255 or 70.91% from 55); Max value from RGB is 39 - color contains mainly: blue. Hex color #0A0627 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0627 is #F5F9D8. Grayscale: #0A0A0A. Windows color (decimal): -16120281 or 2557450. OLE color: 2557450.
HSL color Cylindrical-coordinate representation of color #0A0627: hue angle of 247.27º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A0627 is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 6 | 39 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.85 |
| HSL | 247.27º | 0.73% | 0.09% | - |
| HSV(B) | 247.27º | 0.85% | 0.15% | - |
| XYZ | 0.56 | 0.34 | 1.96 | - |
| YUV | 10.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 6 | 39 | 0.74 | 0.85 | 0 | 0.85 | 247.27 | 0.73 | 0.09 |
| Hex | A | 6 | 27 | 4A | 55 | 0 | 55 | F7 | 49 | 9 |
| Octal | 12 | 6 | 47 | 112 | 125 | 0 | 125 | 367 | 111 | 11 |
| Binary | 1010 | 110 | 100111 | 1001010 | 1010101 | 0 | 1010101 | 11110111 | 1001001 | 1001 |
Color Harmonies of #0A0627
Complementary color
Monochromatic Colors of #0A0627
Black with #0A0627
Text Example
Text Example
White with #0A0627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0627; }
p { color: rgb(10,6,39); }
H1.HeaderClassName
{
color: #0A0627;
}
.AnyTagClassName
{
color: #0A0627;
}
</style>
background-color css
<style>
a { background-color: #0A0627; }
a { background-color: rgb(10,6,39); }
div.DivClassName
{
background-color: #0A0627;
}
.BgClassName
{
background-color: #0A0627;
}
</style>
border-color css
<style>
span { border-color: #0A0627; }
span { border-color: rgb(10,6,39); }
td.TdClassName
{
border-color: #0A0627;
}
.TagClassName
{
border-color: #0A0627;
}
</style>