Shades of Black Russian #060314
Tints of Black Russian #060314
RGB
CMYK
RGB Variations
Color information
#060314 (or 0x060314) is known color: Black Russian. HEX triplet: 06, 03 and 14. RGB value is (6,3,20). Sum of RGB (Red+Green+Blue) = 6+3+20=29 (3% of max value = 765). Red value is 6 (2.73% from 255 or 20.69% from 29); Green value is 3 (1.56% from 255 or 10.34% from 29); Blue value is 20 (8.20% from 255 or 68.97% from 29); Max value from RGB is 20 - color contains mainly: blue. Hex color #060314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060314 is #F9FCEB. Grayscale: #050505. Windows color (decimal): -16383212 or 1311494. OLE color: 1311494.
HSL color Cylindrical-coordinate representation of color #060314: hue angle of 250.59º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #060314 is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 6 | 3 | 20 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.92 |
| HSL | 250.59º | 0.74% | 0.05% | - |
| HSV(B) | 250.59º | 0.85% | 0.08% | - |
| XYZ | 0.23 | 0.15 | 0.68 | - |
| YUV | 5.84 | 135.99 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 3 | 20 | 0.70 | 0.85 | 0 | 0.92 | 250.59 | 0.74 | 0.05 |
| Hex | 6 | 3 | 14 | 46 | 55 | 0 | 5C | FB | 4A | 5 |
| Octal | 6 | 3 | 24 | 106 | 125 | 0 | 134 | 373 | 112 | 5 |
| Binary | 110 | 11 | 10100 | 1000110 | 1010101 | 0 | 1011100 | 11111011 | 1001010 | 101 |
Color Harmonies of #060314
Complementary color
Monochromatic Colors of #060314
Black with #060314
Text Example
Text Example
White with #060314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060314; }
p { color: rgb(6,3,20); }
H1.HeaderClassName
{
color: #060314;
}
.AnyTagClassName
{
color: #060314;
}
</style>
background-color css
<style>
a { background-color: #060314; }
a { background-color: rgb(6,3,20); }
div.DivClassName
{
background-color: #060314;
}
.BgClassName
{
background-color: #060314;
}
</style>
border-color css
<style>
span { border-color: #060314; }
span { border-color: rgb(6,3,20); }
td.TdClassName
{
border-color: #060314;
}
.TagClassName
{
border-color: #060314;
}
</style>