Shades of Black Russian #01002C
Tints of Black Russian #01002C
RGB
CMYK
RGB Variations
Color information
#01002C (or 0x01002C) is known color: Black Russian. HEX triplet: 01, 00 and 2C. RGB value is (1,0,44). Sum of RGB (Red+Green+Blue) = 1+0+44=45 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.22% from 45); Green value is 0 (0.39% from 255 or 0% from 45); Blue value is 44 (17.58% from 255 or 97.78% from 45); Max value from RGB is 44 - color contains mainly: blue. Hex color #01002C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01002C is #FEFFD3. Grayscale: #050505. Windows color (decimal): -16711636 or 2883585. OLE color: 2883585.
HSL color Cylindrical-coordinate representation of color #01002C: hue angle of 241.36º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01002C is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 1 | 0 | 44 | - |
| CMYK | 0.98 | 1 | 0 | 0.83 |
| HSL | 241.36º | 1% | 0.09% | - |
| HSV(B) | 241.36º | 1% | 0.17% | - |
| XYZ | 0.47 | 0.19 | 2.39 | - |
| YUV | 5.32 | 149.83 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 44 | 0.98 | 1 | 0 | 0.83 | 241.36 | 1 | 0.09 |
| Hex | 1 | 0 | 2C | 62 | 64 | 0 | 53 | F1 | 64 | 9 |
| Octal | 1 | 0 | 54 | 142 | 144 | 0 | 123 | 361 | 144 | 11 |
| Binary | 1 | 0 | 101100 | 1100010 | 1100100 | 0 | 1010011 | 11110001 | 1100100 | 1001 |
Color Harmonies of #01002C
Complementary color
Monochromatic Colors of #01002C
Black with #01002C
Text Example
Text Example
White with #01002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01002C; }
p { color: rgb(1,0,44); }
H1.HeaderClassName
{
color: #01002C;
}
.AnyTagClassName
{
color: #01002C;
}
</style>
background-color css
<style>
a { background-color: #01002C; }
a { background-color: rgb(1,0,44); }
div.DivClassName
{
background-color: #01002C;
}
.BgClassName
{
background-color: #01002C;
}
</style>
border-color css
<style>
span { border-color: #01002C; }
span { border-color: rgb(1,0,44); }
td.TdClassName
{
border-color: #01002C;
}
.TagClassName
{
border-color: #01002C;
}
</style>