Shades of Black Russian #060213
Tints of Black Russian #060213
RGB
CMYK
RGB Variations
Color information
#060213 (or 0x060213) is known color: Black Russian. HEX triplet: 06, 02 and 13. RGB value is (6,2,19). Sum of RGB (Red+Green+Blue) = 6+2+19=27 (3% of max value = 765). Red value is 6 (2.73% from 255 or 22.22% from 27); Green value is 2 (1.17% from 255 or 7.41% from 27); Blue value is 19 (7.81% from 255 or 70.37% from 27); Max value from RGB is 19 - color contains mainly: blue. Hex color #060213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060213 is #F9FDEC. Grayscale: #050505. Windows color (decimal): -16383469 or 1245702. OLE color: 1245702.
HSL color Cylindrical-coordinate representation of color #060213: hue angle of 254.12º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #060213 is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 2 | 19 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.93 |
| HSL | 254.12º | 0.81% | 0.04% | - |
| HSV(B) | 254.12º | 0.89% | 0.07% | - |
| XYZ | 0.21 | 0.13 | 0.63 | - |
| YUV | 5.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 2 | 19 | 0.68 | 0.89 | 0 | 0.93 | 254.12 | 0.81 | 0.04 |
| Hex | 6 | 2 | 13 | 44 | 59 | 0 | 5D | FE | 51 | 4 |
| Octal | 6 | 2 | 23 | 104 | 131 | 0 | 135 | 376 | 121 | 4 |
| Binary | 110 | 10 | 10011 | 1000100 | 1011001 | 0 | 1011101 | 11111110 | 1010001 | 100 |
Color Harmonies of #060213
Complementary color
Monochromatic Colors of #060213
Black with #060213
Text Example
Text Example
White with #060213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060213; }
p { color: rgb(6,2,19); }
H1.HeaderClassName
{
color: #060213;
}
.AnyTagClassName
{
color: #060213;
}
</style>
background-color css
<style>
a { background-color: #060213; }
a { background-color: rgb(6,2,19); }
div.DivClassName
{
background-color: #060213;
}
.BgClassName
{
background-color: #060213;
}
</style>
border-color css
<style>
span { border-color: #060213; }
span { border-color: rgb(6,2,19); }
td.TdClassName
{
border-color: #060213;
}
.TagClassName
{
border-color: #060213;
}
</style>