Shades of Black Russian #010A25
Tints of Black Russian #010A25
RGB
CMYK
RGB Variations
Color information
#010A25 (or 0x010A25) is known color: Black Russian. HEX triplet: 01, 0A and 25. RGB value is (1,10,37). Sum of RGB (Red+Green+Blue) = 1+10+37=48 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.08% from 48); Green value is 10 (4.30% from 255 or 20.83% from 48); Blue value is 37 (14.84% from 255 or 77.08% from 48); Max value from RGB is 37 - color contains mainly: blue. Hex color #010A25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010A25 is #FEF5DA. Grayscale: #0A0A0A. Windows color (decimal): -16709083 or 2427393. OLE color: 2427393.
HSL color Cylindrical-coordinate representation of color #010A25: hue angle of 225º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #010A25 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 10 | 37 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.85 |
| HSL | 225º | 0.95% | 0.07% | - |
| HSV(B) | 225º | 0.97% | 0.15% | - |
| XYZ | 0.45 | 0.36 | 1.8 | - |
| YUV | 10.39 | 143.02 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 37 | 0.97 | 0.73 | 0 | 0.85 | 225 | 0.95 | 0.07 |
| Hex | 1 | A | 25 | 61 | 49 | 0 | 55 | E1 | 5F | 7 |
| Octal | 1 | 12 | 45 | 141 | 111 | 0 | 125 | 341 | 137 | 7 |
| Binary | 1 | 1010 | 100101 | 1100001 | 1001001 | 0 | 1010101 | 11100001 | 1011111 | 111 |
Color Harmonies of #010A25
Complementary color
Monochromatic Colors of #010A25
Black with #010A25
Text Example
Text Example
White with #010A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A25; }
p { color: rgb(1,10,37); }
H1.HeaderClassName
{
color: #010A25;
}
.AnyTagClassName
{
color: #010A25;
}
</style>
background-color css
<style>
a { background-color: #010A25; }
a { background-color: rgb(1,10,37); }
div.DivClassName
{
background-color: #010A25;
}
.BgClassName
{
background-color: #010A25;
}
</style>
border-color css
<style>
span { border-color: #010A25; }
span { border-color: rgb(1,10,37); }
td.TdClassName
{
border-color: #010A25;
}
.TagClassName
{
border-color: #010A25;
}
</style>