Shades of Black Russian #030314
Tints of Black Russian #030314
RGB
CMYK
RGB Variations
Color information
#030314 (or 0x030314) is known color: Black Russian. HEX triplet: 03, 03 and 14. RGB value is (3,3,20). Sum of RGB (Red+Green+Blue) = 3+3+20=26 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.54% from 26); Green value is 3 (1.56% from 255 or 11.54% from 26); Blue value is 20 (8.20% from 255 or 76.92% from 26); Max value from RGB is 20 - color contains mainly: blue. Hex color #030314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030314 is #FCFCEB. Grayscale: #040404. Windows color (decimal): -16579820 or 1311491. OLE color: 1311491.
HSL color Cylindrical-coordinate representation of color #030314: hue angle of 240º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #030314 is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 3 | 3 | 20 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.92 |
| HSL | 240º | 0.74% | 0.05% | - |
| HSV(B) | 240º | 0.85% | 0.08% | - |
| XYZ | 0.2 | 0.13 | 0.68 | - |
| YUV | 4.94 | 136.5 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 3 | 20 | 0.85 | 0.85 | 0 | 0.92 | 240 | 0.74 | 0.05 |
| Hex | 3 | 3 | 14 | 55 | 55 | 0 | 5C | F0 | 4A | 5 |
| Octal | 3 | 3 | 24 | 125 | 125 | 0 | 134 | 360 | 112 | 5 |
| Binary | 11 | 11 | 10100 | 1010101 | 1010101 | 0 | 1011100 | 11110000 | 1001010 | 101 |
Color Harmonies of #030314
Complementary color
Monochromatic Colors of #030314
Black with #030314
Text Example
Text Example
White with #030314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030314; }
p { color: rgb(3,3,20); }
H1.HeaderClassName
{
color: #030314;
}
.AnyTagClassName
{
color: #030314;
}
</style>
background-color css
<style>
a { background-color: #030314; }
a { background-color: rgb(3,3,20); }
div.DivClassName
{
background-color: #030314;
}
.BgClassName
{
background-color: #030314;
}
</style>
border-color css
<style>
span { border-color: #030314; }
span { border-color: rgb(3,3,20); }
td.TdClassName
{
border-color: #030314;
}
.TagClassName
{
border-color: #030314;
}
</style>