Shades of Black Russian #01042A
Tints of Black Russian #01042A
RGB
CMYK
RGB Variations
Color information
#01042A (or 0x01042A) is known color: Black Russian. HEX triplet: 01, 04 and 2A. RGB value is (1,4,42). Sum of RGB (Red+Green+Blue) = 1+4+42=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 4 (1.95% from 255 or 8.51% from 47); Blue value is 42 (16.80% from 255 or 89.36% from 47); Max value from RGB is 42 - color contains mainly: blue. Hex color #01042A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01042A is #FEFBD5. Grayscale: #070707. Windows color (decimal): -16710614 or 2753537. OLE color: 2753537.
HSL color Cylindrical-coordinate representation of color #01042A: hue angle of 235.61º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01042A is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 4 | 42 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.84 |
| HSL | 235.61º | 0.95% | 0.08% | - |
| HSV(B) | 235.61º | 0.98% | 0.16% | - |
| XYZ | 0.47 | 0.26 | 2.22 | - |
| YUV | 7.44 | 147.51 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 4 | 42 | 0.98 | 0.90 | 0 | 0.84 | 235.61 | 0.95 | 0.08 |
| Hex | 1 | 4 | 2A | 62 | 5A | 0 | 54 | EC | 5F | 8 |
| Octal | 1 | 4 | 52 | 142 | 132 | 0 | 124 | 354 | 137 | 10 |
| Binary | 1 | 100 | 101010 | 1100010 | 1011010 | 0 | 1010100 | 11101100 | 1011111 | 1000 |
Color Harmonies of #01042A
Complementary color
Monochromatic Colors of #01042A
Black with #01042A
Text Example
Text Example
White with #01042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01042A; }
p { color: rgb(1,4,42); }
H1.HeaderClassName
{
color: #01042A;
}
.AnyTagClassName
{
color: #01042A;
}
</style>
background-color css
<style>
a { background-color: #01042A; }
a { background-color: rgb(1,4,42); }
div.DivClassName
{
background-color: #01042A;
}
.BgClassName
{
background-color: #01042A;
}
</style>
border-color css
<style>
span { border-color: #01042A; }
span { border-color: rgb(1,4,42); }
td.TdClassName
{
border-color: #01042A;
}
.TagClassName
{
border-color: #01042A;
}
</style>