Shades of Black Russian #060D2A
Tints of Black Russian #060D2A
RGB
CMYK
RGB Variations
Color information
#060D2A (or 0x060D2A) is known color: Black Russian. HEX triplet: 06, 0D and 2A. RGB value is (6,13,42). Sum of RGB (Red+Green+Blue) = 6+13+42=61 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.84% from 61); Green value is 13 (5.47% from 255 or 21.31% from 61); Blue value is 42 (16.80% from 255 or 68.85% from 61); Max value from RGB is 42 - color contains mainly: blue. Hex color #060D2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060D2A is #F9F2D5. Grayscale: #0E0E0E. Windows color (decimal): -16380630 or 2755846. OLE color: 2755846.
HSL color Cylindrical-coordinate representation of color #060D2A: hue angle of 228.33º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #060D2A is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 13 | 42 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.84 |
| HSL | 228.33º | 0.75% | 0.09% | - |
| HSV(B) | 228.33º | 0.86% | 0.16% | - |
| XYZ | 0.64 | 0.49 | 2.25 | - |
| YUV | 14.21 | 143.68 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 13 | 42 | 0.86 | 0.69 | 0 | 0.84 | 228.33 | 0.75 | 0.09 |
| Hex | 6 | D | 2A | 56 | 45 | 0 | 54 | E4 | 4B | 9 |
| Octal | 6 | 15 | 52 | 126 | 105 | 0 | 124 | 344 | 113 | 11 |
| Binary | 110 | 1101 | 101010 | 1010110 | 1000101 | 0 | 1010100 | 11100100 | 1001011 | 1001 |
Color Harmonies of #060D2A
Complementary color
Monochromatic Colors of #060D2A
Black with #060D2A
Text Example
Text Example
White with #060D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060D2A; }
p { color: rgb(6,13,42); }
H1.HeaderClassName
{
color: #060D2A;
}
.AnyTagClassName
{
color: #060D2A;
}
</style>
background-color css
<style>
a { background-color: #060D2A; }
a { background-color: rgb(6,13,42); }
div.DivClassName
{
background-color: #060D2A;
}
.BgClassName
{
background-color: #060D2A;
}
</style>
border-color css
<style>
span { border-color: #060D2A; }
span { border-color: rgb(6,13,42); }
td.TdClassName
{
border-color: #060D2A;
}
.TagClassName
{
border-color: #060D2A;
}
</style>