Shades of Black Russian #01030C
Tints of Black Russian #01030C
RGB
CMYK
RGB Variations
Color information
#01030C (or 0x01030C) is known color: Black Russian. HEX triplet: 01, 03 and 0C. RGB value is (1,3,12). Sum of RGB (Red+Green+Blue) = 1+3+12=16 (2% of max value = 765). Red value is 1 (0.78% from 255 or 6.25% from 16); Green value is 3 (1.56% from 255 or 18.75% from 16); Blue value is 12 (5.08% from 255 or 75% from 16); Max value from RGB is 12 - color contains mainly: blue. Hex color #01030C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01030C is #FEFCF3. Grayscale: #030303. Windows color (decimal): -16710900 or 787201. OLE color: 787201.
HSL color Cylindrical-coordinate representation of color #01030C: hue angle of 229.09º degrees, saturation: 0.85, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #01030C is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 1 | 3 | 12 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.95 |
| HSL | 229.09º | 0.85% | 0.03% | - |
| HSV(B) | 229.09º | 0.92% | 0.05% | - |
| XYZ | 0.11 | 0.1 | 0.36 | - |
| YUV | 3.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 3 | 12 | 0.92 | 0.75 | 0 | 0.95 | 229.09 | 0.85 | 0.03 |
| Hex | 1 | 3 | C | 5C | 4B | 0 | 5F | E5 | 55 | 3 |
| Octal | 1 | 3 | 14 | 134 | 113 | 0 | 137 | 345 | 125 | 3 |
| Binary | 1 | 11 | 1100 | 1011100 | 1001011 | 0 | 1011111 | 11100101 | 1010101 | 11 |
Color Harmonies of #01030C
Complementary color
Monochromatic Colors of #01030C
Black with #01030C
Text Example
Text Example
White with #01030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01030C; }
p { color: rgb(1,3,12); }
H1.HeaderClassName
{
color: #01030C;
}
.AnyTagClassName
{
color: #01030C;
}
</style>
background-color css
<style>
a { background-color: #01030C; }
a { background-color: rgb(1,3,12); }
div.DivClassName
{
background-color: #01030C;
}
.BgClassName
{
background-color: #01030C;
}
</style>
border-color css
<style>
span { border-color: #01030C; }
span { border-color: rgb(1,3,12); }
td.TdClassName
{
border-color: #01030C;
}
.TagClassName
{
border-color: #01030C;
}
</style>