Shades of Black Russian #030710
Tints of Black Russian #030710
RGB
CMYK
RGB Variations
Color information
#030710 (or 0x030710) is known color: Black Russian. HEX triplet: 03, 07 and 10. RGB value is (3,7,16). Sum of RGB (Red+Green+Blue) = 3+7+16=26 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.54% from 26); Green value is 7 (3.12% from 255 or 26.92% from 26); Blue value is 16 (6.64% from 255 or 61.54% from 26); Max value from RGB is 16 - color contains mainly: blue. Hex color #030710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030710 is #FCF8EF. Grayscale: #060606. Windows color (decimal): -16578800 or 1050371. OLE color: 1050371.
HSL color Cylindrical-coordinate representation of color #030710: hue angle of 221.54º degrees, saturation: 0.68, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #030710 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 3 | 7 | 16 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.94 |
| HSL | 221.54º | 0.68% | 0.04% | - |
| HSV(B) | 221.54º | 0.81% | 0.06% | - |
| XYZ | 0.21 | 0.21 | 0.52 | - |
| YUV | 6.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 16 | 0.81 | 0.56 | 0 | 0.94 | 221.54 | 0.68 | 0.04 |
| Hex | 3 | 7 | 10 | 51 | 38 | 0 | 5E | DE | 44 | 4 |
| Octal | 3 | 7 | 20 | 121 | 70 | 0 | 136 | 336 | 104 | 4 |
| Binary | 11 | 111 | 10000 | 1010001 | 111000 | 0 | 1011110 | 11011110 | 1000100 | 100 |
Color Harmonies of #030710
Complementary color
Monochromatic Colors of #030710
Black with #030710
Text Example
Text Example
White with #030710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030710; }
p { color: rgb(3,7,16); }
H1.HeaderClassName
{
color: #030710;
}
.AnyTagClassName
{
color: #030710;
}
</style>
background-color css
<style>
a { background-color: #030710; }
a { background-color: rgb(3,7,16); }
div.DivClassName
{
background-color: #030710;
}
.BgClassName
{
background-color: #030710;
}
</style>
border-color css
<style>
span { border-color: #030710; }
span { border-color: rgb(3,7,16); }
td.TdClassName
{
border-color: #030710;
}
.TagClassName
{
border-color: #030710;
}
</style>