Shades of Black Russian #060D1B
Tints of Black Russian #060D1B
RGB
CMYK
RGB Variations
Color information
#060D1B (or 0x060D1B) is known color: Black Russian. HEX triplet: 06, 0D and 1B. RGB value is (6,13,27). Sum of RGB (Red+Green+Blue) = 6+13+27=46 (6% of max value = 765). Red value is 6 (2.73% from 255 or 13.04% from 46); Green value is 13 (5.47% from 255 or 28.26% from 46); Blue value is 27 (10.94% from 255 or 58.70% from 46); Max value from RGB is 27 - color contains mainly: blue. Hex color #060D1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060D1B is #F9F2E4. Grayscale: #0C0C0C. Windows color (decimal): -16380645 or 1772806. OLE color: 1772806.
HSL color Cylindrical-coordinate representation of color #060D1B: hue angle of 220º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #060D1B is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 6 | 13 | 27 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.89 |
| HSL | 220º | 0.64% | 0.06% | - |
| HSV(B) | 220º | 0.78% | 0.11% | - |
| XYZ | 0.42 | 0.41 | 1.09 | - |
| YUV | 12.5 | 136.18 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 13 | 27 | 0.78 | 0.52 | 0 | 0.89 | 220 | 0.64 | 0.06 |
| Hex | 6 | D | 1B | 4E | 34 | 0 | 59 | DC | 40 | 6 |
| Octal | 6 | 15 | 33 | 116 | 64 | 0 | 131 | 334 | 100 | 6 |
| Binary | 110 | 1101 | 11011 | 1001110 | 110100 | 0 | 1011001 | 11011100 | 1000000 | 110 |
Color Harmonies of #060D1B
Complementary color
Monochromatic Colors of #060D1B
Black with #060D1B
Text Example
Text Example
White with #060D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060D1B; }
p { color: rgb(6,13,27); }
H1.HeaderClassName
{
color: #060D1B;
}
.AnyTagClassName
{
color: #060D1B;
}
</style>
background-color css
<style>
a { background-color: #060D1B; }
a { background-color: rgb(6,13,27); }
div.DivClassName
{
background-color: #060D1B;
}
.BgClassName
{
background-color: #060D1B;
}
</style>
border-color css
<style>
span { border-color: #060D1B; }
span { border-color: rgb(6,13,27); }
td.TdClassName
{
border-color: #060D1B;
}
.TagClassName
{
border-color: #060D1B;
}
</style>