Shades of Black Russian #060B1C
Tints of Black Russian #060B1C
RGB
CMYK
RGB Variations
Color information
#060B1C (or 0x060B1C) is known color: Black Russian. HEX triplet: 06, 0B and 1C. RGB value is (6,11,28). Sum of RGB (Red+Green+Blue) = 6+11+28=45 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.33% from 45); Green value is 11 (4.69% from 255 or 24.44% from 45); Blue value is 28 (11.33% from 255 or 62.22% from 45); Max value from RGB is 28 - color contains mainly: blue. Hex color #060B1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060B1C is #F9F4E3. Grayscale: #0B0B0B. Windows color (decimal): -16381156 or 1837830. OLE color: 1837830.
HSL color Cylindrical-coordinate representation of color #060B1C: hue angle of 226.36º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #060B1C is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 6 | 11 | 28 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.89 |
| HSL | 226.36º | 0.65% | 0.07% | - |
| HSV(B) | 226.36º | 0.79% | 0.11% | - |
| XYZ | 0.4 | 0.36 | 1.15 | - |
| YUV | 11.44 | 137.34 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 11 | 28 | 0.79 | 0.61 | 0 | 0.89 | 226.36 | 0.65 | 0.07 |
| Hex | 6 | B | 1C | 4F | 3D | 0 | 59 | E2 | 41 | 7 |
| Octal | 6 | 13 | 34 | 117 | 75 | 0 | 131 | 342 | 101 | 7 |
| Binary | 110 | 1011 | 11100 | 1001111 | 111101 | 0 | 1011001 | 11100010 | 1000001 | 111 |
Color Harmonies of #060B1C
Complementary color
Monochromatic Colors of #060B1C
Black with #060B1C
Text Example
Text Example
White with #060B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060B1C; }
p { color: rgb(6,11,28); }
H1.HeaderClassName
{
color: #060B1C;
}
.AnyTagClassName
{
color: #060B1C;
}
</style>
background-color css
<style>
a { background-color: #060B1C; }
a { background-color: rgb(6,11,28); }
div.DivClassName
{
background-color: #060B1C;
}
.BgClassName
{
background-color: #060B1C;
}
</style>
border-color css
<style>
span { border-color: #060B1C; }
span { border-color: rgb(6,11,28); }
td.TdClassName
{
border-color: #060B1C;
}
.TagClassName
{
border-color: #060B1C;
}
</style>