Shades of Black Russian #0A0624
Tints of Black Russian #0A0624
RGB
CMYK
RGB Variations
Color information
#0A0624 (or 0x0A0624) is known color: Black Russian. HEX triplet: 0A, 06 and 24. RGB value is (10,6,36). Sum of RGB (Red+Green+Blue) = 10+6+36=52 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.23% from 52); Green value is 6 (2.73% from 255 or 11.54% from 52); Blue value is 36 (14.45% from 255 or 69.23% from 52); Max value from RGB is 36 - color contains mainly: blue. Hex color #0A0624 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0624 is #F5F9DB. Grayscale: #0A0A0A. Windows color (decimal): -16120284 or 2360842. OLE color: 2360842.
HSL color Cylindrical-coordinate representation of color #0A0624: hue angle of 248º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A0624 is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 10 | 6 | 36 | - |
| CMYK | 0.72 | 0.83 | 0 | 0.86 |
| HSL | 248º | 0.71% | 0.08% | - |
| HSV(B) | 248º | 0.83% | 0.14% | - |
| XYZ | 0.51 | 0.32 | 1.7 | - |
| YUV | 10.62 | 142.33 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 6 | 36 | 0.72 | 0.83 | 0 | 0.86 | 248 | 0.71 | 0.08 |
| Hex | A | 6 | 24 | 48 | 53 | 0 | 56 | F8 | 47 | 8 |
| Octal | 12 | 6 | 44 | 110 | 123 | 0 | 126 | 370 | 107 | 10 |
| Binary | 1010 | 110 | 100100 | 1001000 | 1010011 | 0 | 1010110 | 11111000 | 1000111 | 1000 |
Color Harmonies of #0A0624
Complementary color
Monochromatic Colors of #0A0624
Black with #0A0624
Text Example
Text Example
White with #0A0624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0624; }
p { color: rgb(10,6,36); }
H1.HeaderClassName
{
color: #0A0624;
}
.AnyTagClassName
{
color: #0A0624;
}
</style>
background-color css
<style>
a { background-color: #0A0624; }
a { background-color: rgb(10,6,36); }
div.DivClassName
{
background-color: #0A0624;
}
.BgClassName
{
background-color: #0A0624;
}
</style>
border-color css
<style>
span { border-color: #0A0624; }
span { border-color: rgb(10,6,36); }
td.TdClassName
{
border-color: #0A0624;
}
.TagClassName
{
border-color: #0A0624;
}
</style>