Shades of Black Russian #01012A
Tints of Black Russian #01012A
RGB
CMYK
RGB Variations
Color information
#01012A (or 0x01012A) is known color: Black Russian. HEX triplet: 01, 01 and 2A. RGB value is (1,1,42). Sum of RGB (Red+Green+Blue) = 1+1+42=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 1 (0.78% from 255 or 2.27% from 44); Blue value is 42 (16.80% from 255 or 95.45% from 44); Max value from RGB is 42 - color contains mainly: blue. Hex color #01012A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01012A is #FEFED5. Grayscale: #050505. Windows color (decimal): -16711382 or 2752769. OLE color: 2752769.
HSL color Cylindrical-coordinate representation of color #01012A: hue angle of 240º 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 #01012A is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 1 | 42 | - |
| CMYK | 0.98 | 0.98 | 0 | 0.84 |
| HSL | 240º | 0.95% | 0.08% | - |
| HSV(B) | 240º | 0.98% | 0.16% | - |
| XYZ | 0.44 | 0.2 | 2.2 | - |
| YUV | 5.67 | 148.5 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 1 | 42 | 0.98 | 0.98 | 0 | 0.84 | 240 | 0.95 | 0.08 |
| Hex | 1 | 1 | 2A | 62 | 62 | 0 | 54 | F0 | 5F | 8 |
| Octal | 1 | 1 | 52 | 142 | 142 | 0 | 124 | 360 | 137 | 10 |
| Binary | 1 | 1 | 101010 | 1100010 | 1100010 | 0 | 1010100 | 11110000 | 1011111 | 1000 |
Color Harmonies of #01012A
Complementary color
Monochromatic Colors of #01012A
Black with #01012A
Text Example
Text Example
White with #01012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01012A; }
p { color: rgb(1,1,42); }
H1.HeaderClassName
{
color: #01012A;
}
.AnyTagClassName
{
color: #01012A;
}
</style>
background-color css
<style>
a { background-color: #01012A; }
a { background-color: rgb(1,1,42); }
div.DivClassName
{
background-color: #01012A;
}
.BgClassName
{
background-color: #01012A;
}
</style>
border-color css
<style>
span { border-color: #01012A; }
span { border-color: rgb(1,1,42); }
td.TdClassName
{
border-color: #01012A;
}
.TagClassName
{
border-color: #01012A;
}
</style>