Shades of Black Russian #01042C
Tints of Black Russian #01042C
RGB
CMYK
RGB Variations
Color information
#01042C (or 0x01042C) is known color: Black Russian. HEX triplet: 01, 04 and 2C. RGB value is (1,4,44). Sum of RGB (Red+Green+Blue) = 1+4+44=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 4 (1.95% from 255 or 8.16% from 49); Blue value is 44 (17.58% from 255 or 89.80% from 49); Max value from RGB is 44 - color contains mainly: blue. Hex color #01042C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01042C is #FEFBD3. Grayscale: #070707. Windows color (decimal): -16710612 or 2884609. OLE color: 2884609.
HSL color Cylindrical-coordinate representation of color #01042C: hue angle of 235.81º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01042C is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 1 | 4 | 44 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.83 |
| HSL | 235.81º | 0.96% | 0.09% | - |
| HSV(B) | 235.81º | 0.98% | 0.17% | - |
| XYZ | 0.51 | 0.28 | 2.41 | - |
| YUV | 7.66 | 148.51 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 4 | 44 | 0.98 | 0.91 | 0 | 0.83 | 235.81 | 0.96 | 0.09 |
| Hex | 1 | 4 | 2C | 62 | 5B | 0 | 53 | EC | 60 | 9 |
| Octal | 1 | 4 | 54 | 142 | 133 | 0 | 123 | 354 | 140 | 11 |
| Binary | 1 | 100 | 101100 | 1100010 | 1011011 | 0 | 1010011 | 11101100 | 1100000 | 1001 |
Color Harmonies of #01042C
Complementary color
Monochromatic Colors of #01042C
Black with #01042C
Text Example
Text Example
White with #01042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01042C; }
p { color: rgb(1,4,44); }
H1.HeaderClassName
{
color: #01042C;
}
.AnyTagClassName
{
color: #01042C;
}
</style>
background-color css
<style>
a { background-color: #01042C; }
a { background-color: rgb(1,4,44); }
div.DivClassName
{
background-color: #01042C;
}
.BgClassName
{
background-color: #01042C;
}
</style>
border-color css
<style>
span { border-color: #01042C; }
span { border-color: rgb(1,4,44); }
td.TdClassName
{
border-color: #01042C;
}
.TagClassName
{
border-color: #01042C;
}
</style>