Shades of Black Russian #060B18
Tints of Black Russian #060B18
RGB
CMYK
RGB Variations
Color information
#060B18 (or 0x060B18) is known color: Black Russian. HEX triplet: 06, 0B and 18. RGB value is (6,11,24). Sum of RGB (Red+Green+Blue) = 6+11+24=41 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.63% from 41); Green value is 11 (4.69% from 255 or 26.83% from 41); Blue value is 24 (9.77% from 255 or 58.54% from 41); Max value from RGB is 24 - color contains mainly: blue. Hex color #060B18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060B18 is #F9F4E7. Grayscale: #0A0A0A. Windows color (decimal): -16381160 or 1575686. OLE color: 1575686.
HSL color Cylindrical-coordinate representation of color #060B18: hue angle of 223.33º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #060B18 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 6 | 11 | 24 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.91 |
| HSL | 223.33º | 0.6% | 0.06% | - |
| HSV(B) | 223.33º | 0.75% | 0.09% | - |
| XYZ | 0.36 | 0.34 | 0.91 | - |
| YUV | 10.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 11 | 24 | 0.75 | 0.54 | 0 | 0.91 | 223.33 | 0.6 | 0.06 |
| Hex | 6 | B | 18 | 4B | 36 | 0 | 5B | DF | 3C | 6 |
| Octal | 6 | 13 | 30 | 113 | 66 | 0 | 133 | 337 | 74 | 6 |
| Binary | 110 | 1011 | 11000 | 1001011 | 110110 | 0 | 1011011 | 11011111 | 111100 | 110 |
Color Harmonies of #060B18
Complementary color
Monochromatic Colors of #060B18
Black with #060B18
Text Example
Text Example
White with #060B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060B18; }
p { color: rgb(6,11,24); }
H1.HeaderClassName
{
color: #060B18;
}
.AnyTagClassName
{
color: #060B18;
}
</style>
background-color css
<style>
a { background-color: #060B18; }
a { background-color: rgb(6,11,24); }
div.DivClassName
{
background-color: #060B18;
}
.BgClassName
{
background-color: #060B18;
}
</style>
border-color css
<style>
span { border-color: #060B18; }
span { border-color: rgb(6,11,24); }
td.TdClassName
{
border-color: #060B18;
}
.TagClassName
{
border-color: #060B18;
}
</style>