Shades of Black Russian #01031C
Tints of Black Russian #01031C
RGB
CMYK
RGB Variations
Color information
#01031C (or 0x01031C) is known color: Black Russian. HEX triplet: 01, 03 and 1C. RGB value is (1,3,28). Sum of RGB (Red+Green+Blue) = 1+3+28=32 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.12% from 32); Green value is 3 (1.56% from 255 or 9.38% from 32); Blue value is 28 (11.33% from 255 or 87.5% from 32); Max value from RGB is 28 - color contains mainly: blue. Hex color #01031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01031C is #FEFCE3. Grayscale: #050505. Windows color (decimal): -16710884 or 1835777. OLE color: 1835777.
HSL color Cylindrical-coordinate representation of color #01031C: hue angle of 235.56º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01031C is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 3 | 28 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.89 |
| HSL | 235.56º | 0.93% | 0.06% | - |
| HSV(B) | 235.56º | 0.96% | 0.11% | - |
| XYZ | 0.25 | 0.16 | 1.12 | - |
| YUV | 5.25 | 140.84 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 3 | 28 | 0.96 | 0.89 | 0 | 0.89 | 235.56 | 0.93 | 0.06 |
| Hex | 1 | 3 | 1C | 60 | 59 | 0 | 59 | EC | 5D | 6 |
| Octal | 1 | 3 | 34 | 140 | 131 | 0 | 131 | 354 | 135 | 6 |
| Binary | 1 | 11 | 11100 | 1100000 | 1011001 | 0 | 1011001 | 11101100 | 1011101 | 110 |
Color Harmonies of #01031C
Complementary color
Monochromatic Colors of #01031C
Black with #01031C
Text Example
Text Example
White with #01031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01031C; }
p { color: rgb(1,3,28); }
H1.HeaderClassName
{
color: #01031C;
}
.AnyTagClassName
{
color: #01031C;
}
</style>
background-color css
<style>
a { background-color: #01031C; }
a { background-color: rgb(1,3,28); }
div.DivClassName
{
background-color: #01031C;
}
.BgClassName
{
background-color: #01031C;
}
</style>
border-color css
<style>
span { border-color: #01031C; }
span { border-color: rgb(1,3,28); }
td.TdClassName
{
border-color: #01031C;
}
.TagClassName
{
border-color: #01031C;
}
</style>