Shades of Black Russian #030124
Tints of Black Russian #030124
RGB
CMYK
RGB Variations
Color information
#030124 (or 0x030124) is known color: Black Russian. HEX triplet: 03, 01 and 24. RGB value is (3,1,36). Sum of RGB (Red+Green+Blue) = 3+1+36=40 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.5% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 36 (14.45% from 255 or 90% from 40); Max value from RGB is 36 - color contains mainly: blue. Hex color #030124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030124 is #FCFEDB. Grayscale: #050505. Windows color (decimal): -16580316 or 2359555. OLE color: 2359555.
HSL color Cylindrical-coordinate representation of color #030124: hue angle of 243.43º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030124 is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 3 | 1 | 36 | - |
| CMYK | 0.92 | 0.97 | 0 | 0.86 |
| HSL | 243.43º | 0.95% | 0.07% | - |
| HSV(B) | 243.43º | 0.97% | 0.14% | - |
| XYZ | 0.37 | 0.17 | 1.68 | - |
| YUV | 5.59 | 145.16 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 1 | 36 | 0.92 | 0.97 | 0 | 0.86 | 243.43 | 0.95 | 0.07 |
| Hex | 3 | 1 | 24 | 5C | 61 | 0 | 56 | F3 | 5F | 7 |
| Octal | 3 | 1 | 44 | 134 | 141 | 0 | 126 | 363 | 137 | 7 |
| Binary | 11 | 1 | 100100 | 1011100 | 1100001 | 0 | 1010110 | 11110011 | 1011111 | 111 |
Color Harmonies of #030124
Complementary color
Monochromatic Colors of #030124
Black with #030124
Text Example
Text Example
White with #030124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030124; }
p { color: rgb(3,1,36); }
H1.HeaderClassName
{
color: #030124;
}
.AnyTagClassName
{
color: #030124;
}
</style>
background-color css
<style>
a { background-color: #030124; }
a { background-color: rgb(3,1,36); }
div.DivClassName
{
background-color: #030124;
}
.BgClassName
{
background-color: #030124;
}
</style>
border-color css
<style>
span { border-color: #030124; }
span { border-color: rgb(3,1,36); }
td.TdClassName
{
border-color: #030124;
}
.TagClassName
{
border-color: #030124;
}
</style>