Shades of Black Russian #030312
Tints of Black Russian #030312
RGB
CMYK
RGB Variations
Color information
#030312 (or 0x030312) is known color: Black Russian. HEX triplet: 03, 03 and 12. RGB value is (3,3,18). Sum of RGB (Red+Green+Blue) = 3+3+18=24 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12.5% from 24); Green value is 3 (1.56% from 255 or 12.5% from 24); Blue value is 18 (7.42% from 255 or 75% from 24); Max value from RGB is 18 - color contains mainly: blue. Hex color #030312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030312 is #FCFCED. Grayscale: #040404. Windows color (decimal): -16579822 or 1180419. OLE color: 1180419.
HSL color Cylindrical-coordinate representation of color #030312: hue angle of 240º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #030312 is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 3 | 18 | - |
| CMYK | 0.83 | 0.83 | 0 | 0.93 |
| HSL | 240º | 0.71% | 0.04% | - |
| HSV(B) | 240º | 0.83% | 0.07% | - |
| XYZ | 0.18 | 0.13 | 0.59 | - |
| YUV | 4.71 | 135.5 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 3 | 18 | 0.83 | 0.83 | 0 | 0.93 | 240 | 0.71 | 0.04 |
| Hex | 3 | 3 | 12 | 53 | 53 | 0 | 5D | F0 | 47 | 4 |
| Octal | 3 | 3 | 22 | 123 | 123 | 0 | 135 | 360 | 107 | 4 |
| Binary | 11 | 11 | 10010 | 1010011 | 1010011 | 0 | 1011101 | 11110000 | 1000111 | 100 |
Color Harmonies of #030312
Complementary color
Monochromatic Colors of #030312
Black with #030312
Text Example
Text Example
White with #030312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030312; }
p { color: rgb(3,3,18); }
H1.HeaderClassName
{
color: #030312;
}
.AnyTagClassName
{
color: #030312;
}
</style>
background-color css
<style>
a { background-color: #030312; }
a { background-color: rgb(3,3,18); }
div.DivClassName
{
background-color: #030312;
}
.BgClassName
{
background-color: #030312;
}
</style>
border-color css
<style>
span { border-color: #030312; }
span { border-color: rgb(3,3,18); }
td.TdClassName
{
border-color: #030312;
}
.TagClassName
{
border-color: #030312;
}
</style>