Shades of Black Russian #060B1B
Tints of Black Russian #060B1B
RGB
CMYK
RGB Variations
Color information
#060B1B (or 0x060B1B) is known color: Black Russian. HEX triplet: 06, 0B and 1B. RGB value is (6,11,27). Sum of RGB (Red+Green+Blue) = 6+11+27=44 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.64% from 44); Green value is 11 (4.69% from 255 or 25% from 44); Blue value is 27 (10.94% from 255 or 61.36% from 44); Max value from RGB is 27 - color contains mainly: blue. Hex color #060B1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060B1B is #F9F4E4. Grayscale: #0B0B0B. Windows color (decimal): -16381157 or 1772294. OLE color: 1772294.
HSL color Cylindrical-coordinate representation of color #060B1B: hue angle of 225.71º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #060B1B is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 6 | 11 | 27 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.89 |
| HSL | 225.71º | 0.64% | 0.06% | - |
| HSV(B) | 225.71º | 0.78% | 0.11% | - |
| XYZ | 0.39 | 0.36 | 1.09 | - |
| YUV | 11.33 | 136.84 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 11 | 27 | 0.78 | 0.59 | 0 | 0.89 | 225.71 | 0.64 | 0.06 |
| Hex | 6 | B | 1B | 4E | 3B | 0 | 59 | E2 | 40 | 6 |
| Octal | 6 | 13 | 33 | 116 | 73 | 0 | 131 | 342 | 100 | 6 |
| Binary | 110 | 1011 | 11011 | 1001110 | 111011 | 0 | 1011001 | 11100010 | 1000000 | 110 |
Color Harmonies of #060B1B
Complementary color
Monochromatic Colors of #060B1B
Black with #060B1B
Text Example
Text Example
White with #060B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060B1B; }
p { color: rgb(6,11,27); }
H1.HeaderClassName
{
color: #060B1B;
}
.AnyTagClassName
{
color: #060B1B;
}
</style>
background-color css
<style>
a { background-color: #060B1B; }
a { background-color: rgb(6,11,27); }
div.DivClassName
{
background-color: #060B1B;
}
.BgClassName
{
background-color: #060B1B;
}
</style>
border-color css
<style>
span { border-color: #060B1B; }
span { border-color: rgb(6,11,27); }
td.TdClassName
{
border-color: #060B1B;
}
.TagClassName
{
border-color: #060B1B;
}
</style>