Shades of Black Russian #010313
Tints of Black Russian #010313
RGB
CMYK
RGB Variations
Color information
#010313 (or 0x010313) is known color: Black Russian. HEX triplet: 01, 03 and 13. RGB value is (1,3,19). Sum of RGB (Red+Green+Blue) = 1+3+19=23 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.35% from 23); Green value is 3 (1.56% from 255 or 13.04% from 23); Blue value is 19 (7.81% from 255 or 82.61% from 23); Max value from RGB is 19 - color contains mainly: blue. Hex color #010313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010313 is #FEFCEC. Grayscale: #040404. Windows color (decimal): -16710893 or 1245953. OLE color: 1245953.
HSL color Cylindrical-coordinate representation of color #010313: hue angle of 233.33º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010313 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 1 | 3 | 19 | - |
| CMYK | 0.95 | 0.84 | 0 | 0.93 |
| HSL | 233.33º | 0.9% | 0.04% | - |
| HSV(B) | 233.33º | 0.95% | 0.07% | - |
| XYZ | 0.16 | 0.12 | 0.63 | - |
| YUV | 4.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 3 | 19 | 0.95 | 0.84 | 0 | 0.93 | 233.33 | 0.9 | 0.04 |
| Hex | 1 | 3 | 13 | 5F | 54 | 0 | 5D | E9 | 5A | 4 |
| Octal | 1 | 3 | 23 | 137 | 124 | 0 | 135 | 351 | 132 | 4 |
| Binary | 1 | 11 | 10011 | 1011111 | 1010100 | 0 | 1011101 | 11101001 | 1011010 | 100 |
Color Harmonies of #010313
Complementary color
Monochromatic Colors of #010313
Black with #010313
Text Example
Text Example
White with #010313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010313; }
p { color: rgb(1,3,19); }
H1.HeaderClassName
{
color: #010313;
}
.AnyTagClassName
{
color: #010313;
}
</style>
background-color css
<style>
a { background-color: #010313; }
a { background-color: rgb(1,3,19); }
div.DivClassName
{
background-color: #010313;
}
.BgClassName
{
background-color: #010313;
}
</style>
border-color css
<style>
span { border-color: #010313; }
span { border-color: rgb(1,3,19); }
td.TdClassName
{
border-color: #010313;
}
.TagClassName
{
border-color: #010313;
}
</style>