Shades of Black Russian #060B2F
Tints of Black Russian #060B2F
RGB
CMYK
RGB Variations
Color information
#060B2F (or 0x060B2F) is known color: Black Russian. HEX triplet: 06, 0B and 2F. RGB value is (6,11,47). Sum of RGB (Red+Green+Blue) = 6+11+47=64 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.38% from 64); Green value is 11 (4.69% from 255 or 17.19% from 64); Blue value is 47 (18.75% from 255 or 73.44% from 64); Max value from RGB is 47 - color contains mainly: blue. Hex color #060B2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060B2F is #F9F4D0. Grayscale: #0D0D0D. Windows color (decimal): -16381137 or 3083014. OLE color: 3083014.
HSL color Cylindrical-coordinate representation of color #060B2F: hue angle of 232.68º 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 #060B2F is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 6 | 11 | 47 | - |
| CMYK | 0.87 | 0.77 | 0 | 0.82 |
| HSL | 232.68º | 0.77% | 0.1% | - |
| HSV(B) | 232.68º | 0.87% | 0.18% | - |
| XYZ | 0.71 | 0.48 | 2.75 | - |
| YUV | 13.61 | 146.84 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 11 | 47 | 0.87 | 0.77 | 0 | 0.82 | 232.68 | 0.77 | 0.1 |
| Hex | 6 | B | 2F | 57 | 4D | 0 | 52 | E9 | 4D | A |
| Octal | 6 | 13 | 57 | 127 | 115 | 0 | 122 | 351 | 115 | 12 |
| Binary | 110 | 1011 | 101111 | 1010111 | 1001101 | 0 | 1010010 | 11101001 | 1001101 | 1010 |
Color Harmonies of #060B2F
Complementary color
Monochromatic Colors of #060B2F
Black with #060B2F
Text Example
Text Example
White with #060B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060B2F; }
p { color: rgb(6,11,47); }
H1.HeaderClassName
{
color: #060B2F;
}
.AnyTagClassName
{
color: #060B2F;
}
</style>
background-color css
<style>
a { background-color: #060B2F; }
a { background-color: rgb(6,11,47); }
div.DivClassName
{
background-color: #060B2F;
}
.BgClassName
{
background-color: #060B2F;
}
</style>
border-color css
<style>
span { border-color: #060B2F; }
span { border-color: rgb(6,11,47); }
td.TdClassName
{
border-color: #060B2F;
}
.TagClassName
{
border-color: #060B2F;
}
</style>