Shades of Black Russian #030311
Tints of Black Russian #030311
RGB
CMYK
RGB Variations
Color information
#030311 (or 0x030311) is known color: Black Russian. HEX triplet: 03, 03 and 11. RGB value is (3,3,17). Sum of RGB (Red+Green+Blue) = 3+3+17=23 (3% of max value = 765). Red value is 3 (1.56% from 255 or 13.04% from 23); Green value is 3 (1.56% from 255 or 13.04% from 23); Blue value is 17 (7.03% from 255 or 73.91% from 23); Max value from RGB is 17 - color contains mainly: blue. Hex color #030311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030311 is #FCFCEE. Grayscale: #040404. Windows color (decimal): -16579823 or 1114883. OLE color: 1114883.
HSL color Cylindrical-coordinate representation of color #030311: hue angle of 240º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #030311 is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 3 | 17 | - |
| CMYK | 0.82 | 0.82 | 0 | 0.93 |
| HSL | 240º | 0.7% | 0.04% | - |
| HSV(B) | 240º | 0.82% | 0.07% | - |
| XYZ | 0.17 | 0.12 | 0.55 | - |
| YUV | 4.6 | 135 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 3 | 17 | 0.82 | 0.82 | 0 | 0.93 | 240 | 0.7 | 0.04 |
| Hex | 3 | 3 | 11 | 52 | 52 | 0 | 5D | F0 | 46 | 4 |
| Octal | 3 | 3 | 21 | 122 | 122 | 0 | 135 | 360 | 106 | 4 |
| Binary | 11 | 11 | 10001 | 1010010 | 1010010 | 0 | 1011101 | 11110000 | 1000110 | 100 |
Color Harmonies of #030311
Complementary color
Monochromatic Colors of #030311
Black with #030311
Text Example
Text Example
White with #030311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030311; }
p { color: rgb(3,3,17); }
H1.HeaderClassName
{
color: #030311;
}
.AnyTagClassName
{
color: #030311;
}
</style>
background-color css
<style>
a { background-color: #030311; }
a { background-color: rgb(3,3,17); }
div.DivClassName
{
background-color: #030311;
}
.BgClassName
{
background-color: #030311;
}
</style>
border-color css
<style>
span { border-color: #030311; }
span { border-color: rgb(3,3,17); }
td.TdClassName
{
border-color: #030311;
}
.TagClassName
{
border-color: #030311;
}
</style>