Shades of Black Russian #060E2A
Tints of Black Russian #060E2A
RGB
CMYK
RGB Variations
Color information
#060E2A (or 0x060E2A) is known color: Black Russian. HEX triplet: 06, 0E and 2A. RGB value is (6,14,42). Sum of RGB (Red+Green+Blue) = 6+14+42=62 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.68% from 62); Green value is 14 (5.86% from 255 or 22.58% from 62); Blue value is 42 (16.80% from 255 or 67.74% from 62); Max value from RGB is 42 - color contains mainly: blue. Hex color #060E2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060E2A is #F9F1D5. Grayscale: #0E0E0E. Windows color (decimal): -16380374 or 2756102. OLE color: 2756102.
HSL color Cylindrical-coordinate representation of color #060E2A: hue angle of 226.67º 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 #060E2A is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 14 | 42 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.84 |
| HSL | 226.67º | 0.75% | 0.09% | - |
| HSV(B) | 226.67º | 0.86% | 0.16% | - |
| XYZ | 0.65 | 0.52 | 2.26 | - |
| YUV | 14.8 | 143.35 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 42 | 0.86 | 0.67 | 0 | 0.84 | 226.67 | 0.75 | 0.09 |
| Hex | 6 | E | 2A | 56 | 43 | 0 | 54 | E3 | 4B | 9 |
| Octal | 6 | 16 | 52 | 126 | 103 | 0 | 124 | 343 | 113 | 11 |
| Binary | 110 | 1110 | 101010 | 1010110 | 1000011 | 0 | 1010100 | 11100011 | 1001011 | 1001 |
Color Harmonies of #060E2A
Complementary color
Monochromatic Colors of #060E2A
Black with #060E2A
Text Example
Text Example
White with #060E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060E2A; }
p { color: rgb(6,14,42); }
H1.HeaderClassName
{
color: #060E2A;
}
.AnyTagClassName
{
color: #060E2A;
}
</style>
background-color css
<style>
a { background-color: #060E2A; }
a { background-color: rgb(6,14,42); }
div.DivClassName
{
background-color: #060E2A;
}
.BgClassName
{
background-color: #060E2A;
}
</style>
border-color css
<style>
span { border-color: #060E2A; }
span { border-color: rgb(6,14,42); }
td.TdClassName
{
border-color: #060E2A;
}
.TagClassName
{
border-color: #060E2A;
}
</style>