Shades of Black Russian #060C2F
Tints of Black Russian #060C2F
RGB
CMYK
RGB Variations
Color information
#060C2F (or 0x060C2F) is known color: Black Russian. HEX triplet: 06, 0C and 2F. RGB value is (6,12,47). Sum of RGB (Red+Green+Blue) = 6+12+47=65 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.23% from 65); Green value is 12 (5.08% from 255 or 18.46% from 65); Blue value is 47 (18.75% from 255 or 72.31% from 65); Max value from RGB is 47 - color contains mainly: blue. Hex color #060C2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060C2F is #F9F3D0. Grayscale: #0E0E0E. Windows color (decimal): -16380881 or 3083270. OLE color: 3083270.
HSL color Cylindrical-coordinate representation of color #060C2F: hue angle of 231.22º degrees, saturation: 0.77, 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 #060C2F is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 6 | 12 | 47 | - |
| CMYK | 0.87 | 0.74 | 0 | 0.82 |
| HSL | 231.22º | 0.77% | 0.1% | - |
| HSV(B) | 231.22º | 0.87% | 0.18% | - |
| XYZ | 0.72 | 0.51 | 2.75 | - |
| YUV | 14.2 | 146.51 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 47 | 0.87 | 0.74 | 0 | 0.82 | 231.22 | 0.77 | 0.1 |
| Hex | 6 | C | 2F | 57 | 4A | 0 | 52 | E7 | 4D | A |
| Octal | 6 | 14 | 57 | 127 | 112 | 0 | 122 | 347 | 115 | 12 |
| Binary | 110 | 1100 | 101111 | 1010111 | 1001010 | 0 | 1010010 | 11100111 | 1001101 | 1010 |
Color Harmonies of #060C2F
Complementary color
Monochromatic Colors of #060C2F
Black with #060C2F
Text Example
Text Example
White with #060C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C2F; }
p { color: rgb(6,12,47); }
H1.HeaderClassName
{
color: #060C2F;
}
.AnyTagClassName
{
color: #060C2F;
}
</style>
background-color css
<style>
a { background-color: #060C2F; }
a { background-color: rgb(6,12,47); }
div.DivClassName
{
background-color: #060C2F;
}
.BgClassName
{
background-color: #060C2F;
}
</style>
border-color css
<style>
span { border-color: #060C2F; }
span { border-color: rgb(6,12,47); }
td.TdClassName
{
border-color: #060C2F;
}
.TagClassName
{
border-color: #060C2F;
}
</style>