Shades of Black Russian #06031C
Tints of Black Russian #06031C
RGB
CMYK
RGB Variations
Color information
#06031C (or 0x06031C) is known color: Black Russian. HEX triplet: 06, 03 and 1C. RGB value is (6,3,28). Sum of RGB (Red+Green+Blue) = 6+3+28=37 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.22% from 37); Green value is 3 (1.56% from 255 or 8.11% from 37); Blue value is 28 (11.33% from 255 or 75.68% from 37); Max value from RGB is 28 - color contains mainly: blue. Hex color #06031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06031C is #F9FCE3. Grayscale: #060606. Windows color (decimal): -16383204 or 1835782. OLE color: 1835782.
HSL color Cylindrical-coordinate representation of color #06031C: hue angle of 247.2º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #06031C is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 6 | 3 | 28 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.89 |
| HSL | 247.2º | 0.81% | 0.06% | - |
| HSV(B) | 247.2º | 0.89% | 0.11% | - |
| XYZ | 0.32 | 0.19 | 1.12 | - |
| YUV | 6.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 3 | 28 | 0.79 | 0.89 | 0 | 0.89 | 247.2 | 0.81 | 0.06 |
| Hex | 6 | 3 | 1C | 4F | 59 | 0 | 59 | F7 | 51 | 6 |
| Octal | 6 | 3 | 34 | 117 | 131 | 0 | 131 | 367 | 121 | 6 |
| Binary | 110 | 11 | 11100 | 1001111 | 1011001 | 0 | 1011001 | 11110111 | 1010001 | 110 |
Color Harmonies of #06031C
Complementary color
Monochromatic Colors of #06031C
Black with #06031C
Text Example
Text Example
White with #06031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06031C; }
p { color: rgb(6,3,28); }
H1.HeaderClassName
{
color: #06031C;
}
.AnyTagClassName
{
color: #06031C;
}
</style>
background-color css
<style>
a { background-color: #06031C; }
a { background-color: rgb(6,3,28); }
div.DivClassName
{
background-color: #06031C;
}
.BgClassName
{
background-color: #06031C;
}
</style>
border-color css
<style>
span { border-color: #06031C; }
span { border-color: rgb(6,3,28); }
td.TdClassName
{
border-color: #06031C;
}
.TagClassName
{
border-color: #06031C;
}
</style>