Shades of Black Russian #030525
Tints of Black Russian #030525
RGB
CMYK
RGB Variations
Color information
#030525 (or 0x030525) is known color: Black Russian. HEX triplet: 03, 05 and 25. RGB value is (3,5,37). Sum of RGB (Red+Green+Blue) = 3+5+37=45 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.67% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 37 (14.84% from 255 or 82.22% from 45); Max value from RGB is 37 - color contains mainly: blue. Hex color #030525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030525 is #FCFADA. Grayscale: #070707. Windows color (decimal): -16579291 or 2426115. OLE color: 2426115.
HSL color Cylindrical-coordinate representation of color #030525: hue angle of 236.47º 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 #030525 is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 3 | 5 | 37 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.85 |
| HSL | 236.47º | 0.85% | 0.08% | - |
| HSV(B) | 236.47º | 0.92% | 0.15% | - |
| XYZ | 0.43 | 0.26 | 1.78 | - |
| YUV | 8.05 | 144.34 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 5 | 37 | 0.92 | 0.86 | 0 | 0.85 | 236.47 | 0.85 | 0.08 |
| Hex | 3 | 5 | 25 | 5C | 56 | 0 | 55 | EC | 55 | 8 |
| Octal | 3 | 5 | 45 | 134 | 126 | 0 | 125 | 354 | 125 | 10 |
| Binary | 11 | 101 | 100101 | 1011100 | 1010110 | 0 | 1010101 | 11101100 | 1010101 | 1000 |
Color Harmonies of #030525
Complementary color
Monochromatic Colors of #030525
Black with #030525
Text Example
Text Example
White with #030525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030525; }
p { color: rgb(3,5,37); }
H1.HeaderClassName
{
color: #030525;
}
.AnyTagClassName
{
color: #030525;
}
</style>
background-color css
<style>
a { background-color: #030525; }
a { background-color: rgb(3,5,37); }
div.DivClassName
{
background-color: #030525;
}
.BgClassName
{
background-color: #030525;
}
</style>
border-color css
<style>
span { border-color: #030525; }
span { border-color: rgb(3,5,37); }
td.TdClassName
{
border-color: #030525;
}
.TagClassName
{
border-color: #030525;
}
</style>