Shades of Black Russian #030715
Tints of Black Russian #030715
RGB
CMYK
RGB Variations
Color information
#030715 (or 0x030715) is known color: Black Russian. HEX triplet: 03, 07 and 15. RGB value is (3,7,21). Sum of RGB (Red+Green+Blue) = 3+7+21=31 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.68% from 31); Green value is 7 (3.12% from 255 or 22.58% from 31); Blue value is 21 (8.59% from 255 or 67.74% from 31); Max value from RGB is 21 - color contains mainly: blue. Hex color #030715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030715 is #FCF8EA. Grayscale: #070707. Windows color (decimal): -16578795 or 1378051. OLE color: 1378051.
HSL color Cylindrical-coordinate representation of color #030715: hue angle of 226.67º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #030715 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 3 | 7 | 21 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.92 |
| HSL | 226.67º | 0.75% | 0.05% | - |
| HSV(B) | 226.67º | 0.86% | 0.08% | - |
| XYZ | 0.25 | 0.23 | 0.74 | - |
| YUV | 7.4 | 135.67 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 21 | 0.86 | 0.67 | 0 | 0.92 | 226.67 | 0.75 | 0.05 |
| Hex | 3 | 7 | 15 | 56 | 43 | 0 | 5C | E3 | 4B | 5 |
| Octal | 3 | 7 | 25 | 126 | 103 | 0 | 134 | 343 | 113 | 5 |
| Binary | 11 | 111 | 10101 | 1010110 | 1000011 | 0 | 1011100 | 11100011 | 1001011 | 101 |
Color Harmonies of #030715
Complementary color
Monochromatic Colors of #030715
Black with #030715
Text Example
Text Example
White with #030715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030715; }
p { color: rgb(3,7,21); }
H1.HeaderClassName
{
color: #030715;
}
.AnyTagClassName
{
color: #030715;
}
</style>
background-color css
<style>
a { background-color: #030715; }
a { background-color: rgb(3,7,21); }
div.DivClassName
{
background-color: #030715;
}
.BgClassName
{
background-color: #030715;
}
</style>
border-color css
<style>
span { border-color: #030715; }
span { border-color: rgb(3,7,21); }
td.TdClassName
{
border-color: #030715;
}
.TagClassName
{
border-color: #030715;
}
</style>