Shades of Black Russian #000A25
Tints of Black Russian #000A25
RGB
CMYK
RGB Variations
Color information
#000A25 (or 0x000A25) is known color: Black Russian. HEX triplet: 00, 0A and 25. RGB value is (0,10,37). Sum of RGB (Red+Green+Blue) = 0+10+37=47 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 47); Green value is 10 (4.30% from 255 or 21.28% from 47); Blue value is 37 (14.84% from 255 or 78.72% from 47); Max value from RGB is 37 - color contains mainly: blue. Hex color #000A25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000A25 is #FFF5DA. Grayscale: #090909. Windows color (decimal): -16774619 or 2427392. OLE color: 2427392.
HSL color Cylindrical-coordinate representation of color #000A25: hue angle of 223.78º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A25 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 10 | 37 | - |
| CMYK | 1 | 0.73 | 0 | 0.85 |
| HSL | 223.78º | 1% | 0.07% | - |
| HSV(B) | 223.78º | 1% | 0.15% | - |
| XYZ | 0.44 | 0.35 | 1.79 | - |
| YUV | 10.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 37 | 1 | 0.73 | 0 | 0.85 | 223.78 | 1 | 0.07 |
| Hex | 0 | A | 25 | 64 | 49 | 0 | 55 | E0 | 64 | 7 |
| Octal | 0 | 12 | 45 | 144 | 111 | 0 | 125 | 340 | 144 | 7 |
| Binary | 0 | 1010 | 100101 | 1100100 | 1001001 | 0 | 1010101 | 11100000 | 1100100 | 111 |
Color Harmonies of #000A25
Complementary color
Monochromatic Colors of #000A25
Black with #000A25
Text Example
Text Example
White with #000A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A25; }
p { color: rgb(0,10,37); }
H1.HeaderClassName
{
color: #000A25;
}
.AnyTagClassName
{
color: #000A25;
}
</style>
background-color css
<style>
a { background-color: #000A25; }
a { background-color: rgb(0,10,37); }
div.DivClassName
{
background-color: #000A25;
}
.BgClassName
{
background-color: #000A25;
}
</style>
border-color css
<style>
span { border-color: #000A25; }
span { border-color: rgb(0,10,37); }
td.TdClassName
{
border-color: #000A25;
}
.TagClassName
{
border-color: #000A25;
}
</style>