Shades of Black Russian #030714
Tints of Black Russian #030714
RGB
CMYK
RGB Variations
Color information
#030714 (or 0x030714) is known color: Black Russian. HEX triplet: 03, 07 and 14. RGB value is (3,7,20). Sum of RGB (Red+Green+Blue) = 3+7+20=30 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10% from 30); Green value is 7 (3.12% from 255 or 23.33% from 30); Blue value is 20 (8.20% from 255 or 66.67% from 30); Max value from RGB is 20 - color contains mainly: blue. Hex color #030714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030714 is #FCF8EB. Grayscale: #070707. Windows color (decimal): -16578796 or 1312515. OLE color: 1312515.
HSL color Cylindrical-coordinate representation of color #030714: hue angle of 225.88º 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 #030714 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 3 | 7 | 20 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.92 |
| HSL | 225.88º | 0.74% | 0.05% | - |
| HSV(B) | 225.88º | 0.85% | 0.08% | - |
| XYZ | 0.24 | 0.22 | 0.69 | - |
| YUV | 7.29 | 135.17 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 20 | 0.85 | 0.65 | 0 | 0.92 | 225.88 | 0.74 | 0.05 |
| Hex | 3 | 7 | 14 | 55 | 41 | 0 | 5C | E2 | 4A | 5 |
| Octal | 3 | 7 | 24 | 125 | 101 | 0 | 134 | 342 | 112 | 5 |
| Binary | 11 | 111 | 10100 | 1010101 | 1000001 | 0 | 1011100 | 11100010 | 1001010 | 101 |
Color Harmonies of #030714
Complementary color
Monochromatic Colors of #030714
Black with #030714
Text Example
Text Example
White with #030714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030714; }
p { color: rgb(3,7,20); }
H1.HeaderClassName
{
color: #030714;
}
.AnyTagClassName
{
color: #030714;
}
</style>
background-color css
<style>
a { background-color: #030714; }
a { background-color: rgb(3,7,20); }
div.DivClassName
{
background-color: #030714;
}
.BgClassName
{
background-color: #030714;
}
</style>
border-color css
<style>
span { border-color: #030714; }
span { border-color: rgb(3,7,20); }
td.TdClassName
{
border-color: #030714;
}
.TagClassName
{
border-color: #030714;
}
</style>