Shades of Black Russian #0A0F25
Tints of Black Russian #0A0F25
RGB
CMYK
RGB Variations
Color information
#0A0F25 (or 0x0A0F25) is known color: Black Russian. HEX triplet: 0A, 0F and 25. RGB value is (10,15,37). Sum of RGB (Red+Green+Blue) = 10+15+37=62 (8% of max value = 765). Red value is 10 (4.30% from 255 or 16.13% from 62); Green value is 15 (6.25% from 255 or 24.19% from 62); Blue value is 37 (14.84% from 255 or 59.68% from 62); Max value from RGB is 37 - color contains mainly: blue. Hex color #0A0F25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0F25 is #F5F0DA. Grayscale: #0F0F0F. Windows color (decimal): -16117979 or 2428682. OLE color: 2428682.
HSL color Cylindrical-coordinate representation of color #0A0F25: hue angle of 228.89º 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 #0A0F25 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 15 | 37 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.85 |
| HSL | 228.89º | 0.57% | 0.09% | - |
| HSV(B) | 228.89º | 0.73% | 0.15% | - |
| XYZ | 0.63 | 0.54 | 1.82 | - |
| YUV | 16.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 15 | 37 | 0.73 | 0.59 | 0 | 0.85 | 228.89 | 0.57 | 0.09 |
| Hex | A | F | 25 | 49 | 3B | 0 | 55 | E5 | 39 | 9 |
| Octal | 12 | 17 | 45 | 111 | 73 | 0 | 125 | 345 | 71 | 11 |
| Binary | 1010 | 1111 | 100101 | 1001001 | 111011 | 0 | 1010101 | 11100101 | 111001 | 1001 |
Color Harmonies of #0A0F25
Complementary color
Monochromatic Colors of #0A0F25
Black with #0A0F25
Text Example
Text Example
White with #0A0F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0F25; }
p { color: rgb(10,15,37); }
H1.HeaderClassName
{
color: #0A0F25;
}
.AnyTagClassName
{
color: #0A0F25;
}
</style>
background-color css
<style>
a { background-color: #0A0F25; }
a { background-color: rgb(10,15,37); }
div.DivClassName
{
background-color: #0A0F25;
}
.BgClassName
{
background-color: #0A0F25;
}
</style>
border-color css
<style>
span { border-color: #0A0F25; }
span { border-color: rgb(10,15,37); }
td.TdClassName
{
border-color: #0A0F25;
}
.TagClassName
{
border-color: #0A0F25;
}
</style>