Shades of Black Russian #06041C
Tints of Black Russian #06041C
RGB
CMYK
RGB Variations
Color information
#06041C (or 0x06041C) is known color: Black Russian. HEX triplet: 06, 04 and 1C. RGB value is (6,4,28). Sum of RGB (Red+Green+Blue) = 6+4+28=38 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.79% from 38); Green value is 4 (1.95% from 255 or 10.53% from 38); Blue value is 28 (11.33% from 255 or 73.68% from 38); Max value from RGB is 28 - color contains mainly: blue. Hex color #06041C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06041C is #F9FBE3. Grayscale: #070707. Windows color (decimal): -16382948 or 1836038. OLE color: 1836038.
HSL color Cylindrical-coordinate representation of color #06041C: hue angle of 245º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06041C is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 6 | 4 | 28 | - |
| CMYK | 0.79 | 0.86 | 0 | 0.89 |
| HSL | 245º | 0.75% | 0.06% | - |
| HSV(B) | 245º | 0.86% | 0.11% | - |
| XYZ | 0.33 | 0.21 | 1.12 | - |
| YUV | 7.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 4 | 28 | 0.79 | 0.86 | 0 | 0.89 | 245 | 0.75 | 0.06 |
| Hex | 6 | 4 | 1C | 4F | 56 | 0 | 59 | F5 | 4B | 6 |
| Octal | 6 | 4 | 34 | 117 | 126 | 0 | 131 | 365 | 113 | 6 |
| Binary | 110 | 100 | 11100 | 1001111 | 1010110 | 0 | 1011001 | 11110101 | 1001011 | 110 |
Color Harmonies of #06041C
Complementary color
Monochromatic Colors of #06041C
Black with #06041C
Text Example
Text Example
White with #06041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06041C; }
p { color: rgb(6,4,28); }
H1.HeaderClassName
{
color: #06041C;
}
.AnyTagClassName
{
color: #06041C;
}
</style>
background-color css
<style>
a { background-color: #06041C; }
a { background-color: rgb(6,4,28); }
div.DivClassName
{
background-color: #06041C;
}
.BgClassName
{
background-color: #06041C;
}
</style>
border-color css
<style>
span { border-color: #06041C; }
span { border-color: rgb(6,4,28); }
td.TdClassName
{
border-color: #06041C;
}
.TagClassName
{
border-color: #06041C;
}
</style>