Shades of Black Russian #060113
Tints of Black Russian #060113
RGB
CMYK
RGB Variations
Color information
#060113 (or 0x060113) is known color: Black Russian. HEX triplet: 06, 01 and 13. RGB value is (6,1,19). Sum of RGB (Red+Green+Blue) = 6+1+19=26 (3% of max value = 765). Red value is 6 (2.73% from 255 or 23.08% from 26); Green value is 1 (0.78% from 255 or 3.85% from 26); Blue value is 19 (7.81% from 255 or 73.08% from 26); Max value from RGB is 19 - color contains mainly: blue. Hex color #060113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060113 is #F9FEEC. Grayscale: #040404. Windows color (decimal): -16383725 or 1245446. OLE color: 1245446.
HSL color Cylindrical-coordinate representation of color #060113: hue angle of 256.67º 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 #060113 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 1 | 19 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.93 |
| HSL | 256.67º | 0.9% | 0.04% | - |
| HSV(B) | 256.67º | 0.95% | 0.07% | - |
| XYZ | 0.2 | 0.11 | 0.63 | - |
| YUV | 4.55 | 136.16 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 19 | 0.68 | 0.95 | 0 | 0.93 | 256.67 | 0.9 | 0.04 |
| Hex | 6 | 1 | 13 | 44 | 5F | 0 | 5D | 101 | 5A | 4 |
| Octal | 6 | 1 | 23 | 104 | 137 | 0 | 135 | 401 | 132 | 4 |
| Binary | 110 | 1 | 10011 | 1000100 | 1011111 | 0 | 1011101 | 100000001 | 1011010 | 100 |
Color Harmonies of #060113
Complementary color
Monochromatic Colors of #060113
Black with #060113
Text Example
Text Example
White with #060113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060113; }
p { color: rgb(6,1,19); }
H1.HeaderClassName
{
color: #060113;
}
.AnyTagClassName
{
color: #060113;
}
</style>
background-color css
<style>
a { background-color: #060113; }
a { background-color: rgb(6,1,19); }
div.DivClassName
{
background-color: #060113;
}
.BgClassName
{
background-color: #060113;
}
</style>
border-color css
<style>
span { border-color: #060113; }
span { border-color: rgb(6,1,19); }
td.TdClassName
{
border-color: #060113;
}
.TagClassName
{
border-color: #060113;
}
</style>