Shades of Black Russian #030726
Tints of Black Russian #030726
RGB
CMYK
RGB Variations
Color information
#030726 (or 0x030726) is known color: Black Russian. HEX triplet: 03, 07 and 26. RGB value is (3,7,38). Sum of RGB (Red+Green+Blue) = 3+7+38=48 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.25% from 48); Green value is 7 (3.12% from 255 or 14.58% from 48); Blue value is 38 (15.23% from 255 or 79.17% from 48); Max value from RGB is 38 - color contains mainly: blue. Hex color #030726 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030726 is #FCF8D9. Grayscale: #090909. Windows color (decimal): -16578778 or 2492163. OLE color: 2492163.
HSL color Cylindrical-coordinate representation of color #030726: hue angle of 233.14º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #030726 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 3 | 7 | 38 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.85 |
| HSL | 233.14º | 0.85% | 0.08% | - |
| HSV(B) | 233.14º | 0.92% | 0.15% | - |
| XYZ | 0.46 | 0.31 | 1.87 | - |
| YUV | 9.34 | 144.17 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 38 | 0.92 | 0.82 | 0 | 0.85 | 233.14 | 0.85 | 0.08 |
| Hex | 3 | 7 | 26 | 5C | 52 | 0 | 55 | E9 | 55 | 8 |
| Octal | 3 | 7 | 46 | 134 | 122 | 0 | 125 | 351 | 125 | 10 |
| Binary | 11 | 111 | 100110 | 1011100 | 1010010 | 0 | 1010101 | 11101001 | 1010101 | 1000 |
Color Harmonies of #030726
Complementary color
Monochromatic Colors of #030726
Black with #030726
Text Example
Text Example
White with #030726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030726; }
p { color: rgb(3,7,38); }
H1.HeaderClassName
{
color: #030726;
}
.AnyTagClassName
{
color: #030726;
}
</style>
background-color css
<style>
a { background-color: #030726; }
a { background-color: rgb(3,7,38); }
div.DivClassName
{
background-color: #030726;
}
.BgClassName
{
background-color: #030726;
}
</style>
border-color css
<style>
span { border-color: #030726; }
span { border-color: rgb(3,7,38); }
td.TdClassName
{
border-color: #030726;
}
.TagClassName
{
border-color: #030726;
}
</style>