Shades of Black Russian #030712
Tints of Black Russian #030712
RGB
CMYK
RGB Variations
Color information
#030712 (or 0x030712) is known color: Black Russian. HEX triplet: 03, 07 and 12. RGB value is (3,7,18). Sum of RGB (Red+Green+Blue) = 3+7+18=28 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.71% from 28); Green value is 7 (3.12% from 255 or 25% from 28); Blue value is 18 (7.42% from 255 or 64.29% from 28); Max value from RGB is 18 - color contains mainly: blue. Hex color #030712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030712 is #FCF8ED. Grayscale: #070707. Windows color (decimal): -16578798 or 1181443. OLE color: 1181443.
HSL color Cylindrical-coordinate representation of color #030712: hue angle of 224º 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 #030712 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 7 | 18 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.93 |
| HSL | 224º | 0.71% | 0.04% | - |
| HSV(B) | 224º | 0.83% | 0.07% | - |
| XYZ | 0.22 | 0.21 | 0.6 | - |
| YUV | 7.06 | 134.17 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 18 | 0.83 | 0.61 | 0 | 0.93 | 224 | 0.71 | 0.04 |
| Hex | 3 | 7 | 12 | 53 | 3D | 0 | 5D | E0 | 47 | 4 |
| Octal | 3 | 7 | 22 | 123 | 75 | 0 | 135 | 340 | 107 | 4 |
| Binary | 11 | 111 | 10010 | 1010011 | 111101 | 0 | 1011101 | 11100000 | 1000111 | 100 |
Color Harmonies of #030712
Complementary color
Monochromatic Colors of #030712
Black with #030712
Text Example
Text Example
White with #030712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030712; }
p { color: rgb(3,7,18); }
H1.HeaderClassName
{
color: #030712;
}
.AnyTagClassName
{
color: #030712;
}
</style>
background-color css
<style>
a { background-color: #030712; }
a { background-color: rgb(3,7,18); }
div.DivClassName
{
background-color: #030712;
}
.BgClassName
{
background-color: #030712;
}
</style>
border-color css
<style>
span { border-color: #030712; }
span { border-color: rgb(3,7,18); }
td.TdClassName
{
border-color: #030712;
}
.TagClassName
{
border-color: #030712;
}
</style>