Shades of Black Russian #060E2D
Tints of Black Russian #060E2D
RGB
CMYK
RGB Variations
Color information
#060E2D (or 0x060E2D) is known color: Black Russian. HEX triplet: 06, 0E and 2D. RGB value is (6,14,45). Sum of RGB (Red+Green+Blue) = 6+14+45=65 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.23% from 65); Green value is 14 (5.86% from 255 or 21.54% from 65); Blue value is 45 (17.97% from 255 or 69.23% from 65); Max value from RGB is 45 - color contains mainly: blue. Hex color #060E2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060E2D is #F9F1D2. Grayscale: #0F0F0F. Windows color (decimal): -16380371 or 2952710. OLE color: 2952710.
HSL color Cylindrical-coordinate representation of color #060E2D: hue angle of 227.69º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #060E2D is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 6 | 14 | 45 | - |
| CMYK | 0.87 | 0.69 | 0 | 0.82 |
| HSL | 227.69º | 0.76% | 0.1% | - |
| HSV(B) | 227.69º | 0.87% | 0.18% | - |
| XYZ | 0.71 | 0.54 | 2.55 | - |
| YUV | 15.14 | 144.85 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 45 | 0.87 | 0.69 | 0 | 0.82 | 227.69 | 0.76 | 0.1 |
| Hex | 6 | E | 2D | 57 | 45 | 0 | 52 | E4 | 4C | A |
| Octal | 6 | 16 | 55 | 127 | 105 | 0 | 122 | 344 | 114 | 12 |
| Binary | 110 | 1110 | 101101 | 1010111 | 1000101 | 0 | 1010010 | 11100100 | 1001100 | 1010 |
Color Harmonies of #060E2D
Complementary color
Monochromatic Colors of #060E2D
Black with #060E2D
Text Example
Text Example
White with #060E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060E2D; }
p { color: rgb(6,14,45); }
H1.HeaderClassName
{
color: #060E2D;
}
.AnyTagClassName
{
color: #060E2D;
}
</style>
background-color css
<style>
a { background-color: #060E2D; }
a { background-color: rgb(6,14,45); }
div.DivClassName
{
background-color: #060E2D;
}
.BgClassName
{
background-color: #060E2D;
}
</style>
border-color css
<style>
span { border-color: #060E2D; }
span { border-color: rgb(6,14,45); }
td.TdClassName
{
border-color: #060E2D;
}
.TagClassName
{
border-color: #060E2D;
}
</style>