Shades of Black Russian #030325
Tints of Black Russian #030325
RGB
CMYK
RGB Variations
Color information
#030325 (or 0x030325) is known color: Black Russian. HEX triplet: 03, 03 and 25. RGB value is (3,3,37). Sum of RGB (Red+Green+Blue) = 3+3+37=43 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.98% from 43); Green value is 3 (1.56% from 255 or 6.98% from 43); Blue value is 37 (14.84% from 255 or 86.05% from 43); Max value from RGB is 37 - color contains mainly: blue. Hex color #030325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030325 is #FCFCDA. Grayscale: #060606. Windows color (decimal): -16579803 or 2425603. OLE color: 2425603.
HSL color Cylindrical-coordinate representation of color #030325: hue angle of 240º 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 #030325 is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 3 | 3 | 37 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.85 |
| HSL | 240º | 0.85% | 0.08% | - |
| HSV(B) | 240º | 0.92% | 0.15% | - |
| XYZ | 0.4 | 0.22 | 1.77 | - |
| YUV | 6.88 | 145 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 3 | 37 | 0.92 | 0.92 | 0 | 0.85 | 240 | 0.85 | 0.08 |
| Hex | 3 | 3 | 25 | 5C | 5C | 0 | 55 | F0 | 55 | 8 |
| Octal | 3 | 3 | 45 | 134 | 134 | 0 | 125 | 360 | 125 | 10 |
| Binary | 11 | 11 | 100101 | 1011100 | 1011100 | 0 | 1010101 | 11110000 | 1010101 | 1000 |
Color Harmonies of #030325
Complementary color
Monochromatic Colors of #030325
Black with #030325
Text Example
Text Example
White with #030325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030325; }
p { color: rgb(3,3,37); }
H1.HeaderClassName
{
color: #030325;
}
.AnyTagClassName
{
color: #030325;
}
</style>
background-color css
<style>
a { background-color: #030325; }
a { background-color: rgb(3,3,37); }
div.DivClassName
{
background-color: #030325;
}
.BgClassName
{
background-color: #030325;
}
</style>
border-color css
<style>
span { border-color: #030325; }
span { border-color: rgb(3,3,37); }
td.TdClassName
{
border-color: #030325;
}
.TagClassName
{
border-color: #030325;
}
</style>