Shades of Black Russian #060B2C
Tints of Black Russian #060B2C
RGB
CMYK
RGB Variations
Color information
#060B2C (or 0x060B2C) is known color: Black Russian. HEX triplet: 06, 0B and 2C. RGB value is (6,11,44). Sum of RGB (Red+Green+Blue) = 6+11+44=61 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.84% from 61); Green value is 11 (4.69% from 255 or 18.03% from 61); Blue value is 44 (17.58% from 255 or 72.13% from 61); Max value from RGB is 44 - color contains mainly: blue. Hex color #060B2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060B2C is #F9F4D3. Grayscale: #0D0D0D. Windows color (decimal): -16381140 or 2886406. OLE color: 2886406.
HSL color Cylindrical-coordinate representation of color #060B2C: hue angle of 232.11º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #060B2C is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 11 | 44 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.83 |
| HSL | 232.11º | 0.76% | 0.1% | - |
| HSV(B) | 232.11º | 0.86% | 0.17% | - |
| XYZ | 0.65 | 0.46 | 2.44 | - |
| YUV | 13.27 | 145.34 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 11 | 44 | 0.86 | 0.75 | 0 | 0.83 | 232.11 | 0.76 | 0.1 |
| Hex | 6 | B | 2C | 56 | 4B | 0 | 53 | E8 | 4C | A |
| Octal | 6 | 13 | 54 | 126 | 113 | 0 | 123 | 350 | 114 | 12 |
| Binary | 110 | 1011 | 101100 | 1010110 | 1001011 | 0 | 1010011 | 11101000 | 1001100 | 1010 |
Color Harmonies of #060B2C
Complementary color
Monochromatic Colors of #060B2C
Black with #060B2C
Text Example
Text Example
White with #060B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060B2C; }
p { color: rgb(6,11,44); }
H1.HeaderClassName
{
color: #060B2C;
}
.AnyTagClassName
{
color: #060B2C;
}
</style>
background-color css
<style>
a { background-color: #060B2C; }
a { background-color: rgb(6,11,44); }
div.DivClassName
{
background-color: #060B2C;
}
.BgClassName
{
background-color: #060B2C;
}
</style>
border-color css
<style>
span { border-color: #060B2C; }
span { border-color: rgb(6,11,44); }
td.TdClassName
{
border-color: #060B2C;
}
.TagClassName
{
border-color: #060B2C;
}
</style>