Shades of Black Russian #010125
Tints of Black Russian #010125
RGB
CMYK
RGB Variations
Color information
#010125 (or 0x010125) is known color: Black Russian. HEX triplet: 01, 01 and 25. RGB value is (1,1,37). Sum of RGB (Red+Green+Blue) = 1+1+37=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 1 (0.78% from 255 or 2.56% from 39); Blue value is 37 (14.84% from 255 or 94.87% from 39); Max value from RGB is 37 - color contains mainly: blue. Hex color #010125 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010125 is #FEFEDA. Grayscale: #040404. Windows color (decimal): -16711387 or 2425089. OLE color: 2425089.
HSL color Cylindrical-coordinate representation of color #010125: hue angle of 240º 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 #010125 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 1 | 37 | - |
| CMYK | 0.97 | 0.97 | 0 | 0.85 |
| HSL | 240º | 0.95% | 0.07% | - |
| HSV(B) | 240º | 0.97% | 0.15% | - |
| XYZ | 0.36 | 0.16 | 1.76 | - |
| YUV | 5.1 | 146 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 1 | 37 | 0.97 | 0.97 | 0 | 0.85 | 240 | 0.95 | 0.07 |
| Hex | 1 | 1 | 25 | 61 | 61 | 0 | 55 | F0 | 5F | 7 |
| Octal | 1 | 1 | 45 | 141 | 141 | 0 | 125 | 360 | 137 | 7 |
| Binary | 1 | 1 | 100101 | 1100001 | 1100001 | 0 | 1010101 | 11110000 | 1011111 | 111 |
Color Harmonies of #010125
Complementary color
Monochromatic Colors of #010125
Black with #010125
Text Example
Text Example
White with #010125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010125; }
p { color: rgb(1,1,37); }
H1.HeaderClassName
{
color: #010125;
}
.AnyTagClassName
{
color: #010125;
}
</style>
background-color css
<style>
a { background-color: #010125; }
a { background-color: rgb(1,1,37); }
div.DivClassName
{
background-color: #010125;
}
.BgClassName
{
background-color: #010125;
}
</style>
border-color css
<style>
span { border-color: #010125; }
span { border-color: rgb(1,1,37); }
td.TdClassName
{
border-color: #010125;
}
.TagClassName
{
border-color: #010125;
}
</style>