Shades of Black Russian #0A0725
Tints of Black Russian #0A0725
RGB
CMYK
RGB Variations
Color information
#0A0725 (or 0x0A0725) is known color: Black Russian. HEX triplet: 0A, 07 and 25. RGB value is (10,7,37). Sum of RGB (Red+Green+Blue) = 10+7+37=54 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.52% from 54); Green value is 7 (3.12% from 255 or 12.96% from 54); Blue value is 37 (14.84% from 255 or 68.52% from 54); Max value from RGB is 37 - color contains mainly: blue. Hex color #0A0725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0725 is #F5F8DA. Grayscale: #0B0B0B. Windows color (decimal): -16120027 or 2426634. OLE color: 2426634.
HSL color Cylindrical-coordinate representation of color #0A0725: hue angle of 246º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A0725 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 7 | 37 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.85 |
| HSL | 246º | 0.68% | 0.09% | - |
| HSV(B) | 246º | 0.81% | 0.15% | - |
| XYZ | 0.54 | 0.35 | 1.79 | - |
| YUV | 11.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 37 | 0.73 | 0.81 | 0 | 0.85 | 246 | 0.68 | 0.09 |
| Hex | A | 7 | 25 | 49 | 51 | 0 | 55 | F6 | 44 | 9 |
| Octal | 12 | 7 | 45 | 111 | 121 | 0 | 125 | 366 | 104 | 11 |
| Binary | 1010 | 111 | 100101 | 1001001 | 1010001 | 0 | 1010101 | 11110110 | 1000100 | 1001 |
Color Harmonies of #0A0725
Complementary color
Monochromatic Colors of #0A0725
Black with #0A0725
Text Example
Text Example
White with #0A0725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0725; }
p { color: rgb(10,7,37); }
H1.HeaderClassName
{
color: #0A0725;
}
.AnyTagClassName
{
color: #0A0725;
}
</style>
background-color css
<style>
a { background-color: #0A0725; }
a { background-color: rgb(10,7,37); }
div.DivClassName
{
background-color: #0A0725;
}
.BgClassName
{
background-color: #0A0725;
}
</style>
border-color css
<style>
span { border-color: #0A0725; }
span { border-color: rgb(10,7,37); }
td.TdClassName
{
border-color: #0A0725;
}
.TagClassName
{
border-color: #0A0725;
}
</style>