Shades of Black Russian #0A0C25
Tints of Black Russian #0A0C25
RGB
CMYK
RGB Variations
Color information
#0A0C25 (or 0x0A0C25) is known color: Black Russian. HEX triplet: 0A, 0C and 25. RGB value is (10,12,37). Sum of RGB (Red+Green+Blue) = 10+12+37=59 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.95% from 59); Green value is 12 (5.08% from 255 or 20.34% from 59); Blue value is 37 (14.84% from 255 or 62.71% from 59); Max value from RGB is 37 - color contains mainly: blue. Hex color #0A0C25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0C25 is #F5F3DA. Grayscale: #0E0E0E. Windows color (decimal): -16118747 or 2427914. OLE color: 2427914.
HSL color Cylindrical-coordinate representation of color #0A0C25: hue angle of 235.56º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0A0C25 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 12 | 37 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.85 |
| HSL | 235.56º | 0.57% | 0.09% | - |
| HSV(B) | 235.56º | 0.73% | 0.15% | - |
| XYZ | 0.59 | 0.46 | 1.81 | - |
| YUV | 14.25 | 140.84 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 12 | 37 | 0.73 | 0.68 | 0 | 0.85 | 235.56 | 0.57 | 0.09 |
| Hex | A | C | 25 | 49 | 44 | 0 | 55 | EC | 39 | 9 |
| Octal | 12 | 14 | 45 | 111 | 104 | 0 | 125 | 354 | 71 | 11 |
| Binary | 1010 | 1100 | 100101 | 1001001 | 1000100 | 0 | 1010101 | 11101100 | 111001 | 1001 |
Color Harmonies of #0A0C25
Complementary color
Monochromatic Colors of #0A0C25
Black with #0A0C25
Text Example
Text Example
White with #0A0C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0C25; }
p { color: rgb(10,12,37); }
H1.HeaderClassName
{
color: #0A0C25;
}
.AnyTagClassName
{
color: #0A0C25;
}
</style>
background-color css
<style>
a { background-color: #0A0C25; }
a { background-color: rgb(10,12,37); }
div.DivClassName
{
background-color: #0A0C25;
}
.BgClassName
{
background-color: #0A0C25;
}
</style>
border-color css
<style>
span { border-color: #0A0C25; }
span { border-color: rgb(10,12,37); }
td.TdClassName
{
border-color: #0A0C25;
}
.TagClassName
{
border-color: #0A0C25;
}
</style>