Shades of Black Russian #030328
Tints of Black Russian #030328
RGB
CMYK
RGB Variations
Color information
#030328 (or 0x030328) is known color: Black Russian. HEX triplet: 03, 03 and 28. RGB value is (3,3,40). Sum of RGB (Red+Green+Blue) = 3+3+40=46 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.52% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 40 (16.02% from 255 or 86.96% from 46); Max value from RGB is 40 - color contains mainly: blue. Hex color #030328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030328 is #FCFCD7. Grayscale: #070707. Windows color (decimal): -16579800 or 2622211. OLE color: 2622211.
HSL color Cylindrical-coordinate representation of color #030328: hue angle of 240º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #030328 is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 3 | 40 | - |
| CMYK | 0.93 | 0.93 | 0 | 0.84 |
| HSL | 240º | 0.86% | 0.08% | - |
| HSV(B) | 240º | 0.93% | 0.16% | - |
| XYZ | 0.45 | 0.24 | 2.03 | - |
| YUV | 7.22 | 146.5 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 3 | 40 | 0.93 | 0.93 | 0 | 0.84 | 240 | 0.86 | 0.08 |
| Hex | 3 | 3 | 28 | 5D | 5D | 0 | 54 | F0 | 56 | 8 |
| Octal | 3 | 3 | 50 | 135 | 135 | 0 | 124 | 360 | 126 | 10 |
| Binary | 11 | 11 | 101000 | 1011101 | 1011101 | 0 | 1010100 | 11110000 | 1010110 | 1000 |
Color Harmonies of #030328
Complementary color
Monochromatic Colors of #030328
Black with #030328
Text Example
Text Example
White with #030328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030328; }
p { color: rgb(3,3,40); }
H1.HeaderClassName
{
color: #030328;
}
.AnyTagClassName
{
color: #030328;
}
</style>
background-color css
<style>
a { background-color: #030328; }
a { background-color: rgb(3,3,40); }
div.DivClassName
{
background-color: #030328;
}
.BgClassName
{
background-color: #030328;
}
</style>
border-color css
<style>
span { border-color: #030328; }
span { border-color: rgb(3,3,40); }
td.TdClassName
{
border-color: #030328;
}
.TagClassName
{
border-color: #030328;
}
</style>