Shades of Black Russian #01002A
Tints of Black Russian #01002A
RGB
CMYK
RGB Variations
Color information
#01002A (or 0x01002A) is known color: Black Russian. HEX triplet: 01, 00 and 2A. RGB value is (1,0,42). Sum of RGB (Red+Green+Blue) = 1+0+42=43 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.33% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 42 (16.80% from 255 or 97.67% from 43); Max value from RGB is 42 - color contains mainly: blue. Hex color #01002A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01002A is #FEFFD5. Grayscale: #040404. Windows color (decimal): -16711638 or 2752513. OLE color: 2752513.
HSL color Cylindrical-coordinate representation of color #01002A: hue angle of 241.43º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01002A is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 0 | 42 | - |
| CMYK | 0.98 | 1 | 0 | 0.84 |
| HSL | 241.43º | 1% | 0.08% | - |
| HSV(B) | 241.43º | 1% | 0.16% | - |
| XYZ | 0.43 | 0.17 | 2.2 | - |
| YUV | 5.09 | 148.83 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 42 | 0.98 | 1 | 0 | 0.84 | 241.43 | 1 | 0.08 |
| Hex | 1 | 0 | 2A | 62 | 64 | 0 | 54 | F1 | 64 | 8 |
| Octal | 1 | 0 | 52 | 142 | 144 | 0 | 124 | 361 | 144 | 10 |
| Binary | 1 | 0 | 101010 | 1100010 | 1100100 | 0 | 1010100 | 11110001 | 1100100 | 1000 |
Color Harmonies of #01002A
Complementary color
Monochromatic Colors of #01002A
Black with #01002A
Text Example
Text Example
White with #01002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01002A; }
p { color: rgb(1,0,42); }
H1.HeaderClassName
{
color: #01002A;
}
.AnyTagClassName
{
color: #01002A;
}
</style>
background-color css
<style>
a { background-color: #01002A; }
a { background-color: rgb(1,0,42); }
div.DivClassName
{
background-color: #01002A;
}
.BgClassName
{
background-color: #01002A;
}
</style>
border-color css
<style>
span { border-color: #01002A; }
span { border-color: rgb(1,0,42); }
td.TdClassName
{
border-color: #01002A;
}
.TagClassName
{
border-color: #01002A;
}
</style>