Shades of Black Russian #040130
Tints of Black Russian #040130
RGB
CMYK
RGB Variations
Color information
#040130 (or 0x040130) is known color: Black Russian. HEX triplet: 04, 01 and 30. RGB value is (4,1,48). Sum of RGB (Red+Green+Blue) = 4+1+48=53 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.55% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 48 (19.14% from 255 or 90.57% from 53); Max value from RGB is 48 - color contains mainly: blue. Hex color #040130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040130 is #FBFECF. Grayscale: #070707. Windows color (decimal): -16514768 or 3145988. OLE color: 3145988.
HSL color Cylindrical-coordinate representation of color #040130: hue angle of 243.83º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040130 is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 4 | 1 | 48 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.81 |
| HSL | 243.83º | 0.96% | 0.1% | - |
| HSV(B) | 243.83º | 0.98% | 0.19% | - |
| XYZ | 0.59 | 0.26 | 2.82 | - |
| YUV | 7.26 | 150.99 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 48 | 0.92 | 0.98 | 0 | 0.81 | 243.83 | 0.96 | 0.1 |
| Hex | 4 | 1 | 30 | 5C | 62 | 0 | 51 | F4 | 60 | A |
| Octal | 4 | 1 | 60 | 134 | 142 | 0 | 121 | 364 | 140 | 12 |
| Binary | 100 | 1 | 110000 | 1011100 | 1100010 | 0 | 1010001 | 11110100 | 1100000 | 1010 |
Color Harmonies of #040130
Complementary color
Monochromatic Colors of #040130
Black with #040130
Text Example
Text Example
White with #040130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040130; }
p { color: rgb(4,1,48); }
H1.HeaderClassName
{
color: #040130;
}
.AnyTagClassName
{
color: #040130;
}
</style>
background-color css
<style>
a { background-color: #040130; }
a { background-color: rgb(4,1,48); }
div.DivClassName
{
background-color: #040130;
}
.BgClassName
{
background-color: #040130;
}
</style>
border-color css
<style>
span { border-color: #040130; }
span { border-color: rgb(4,1,48); }
td.TdClassName
{
border-color: #040130;
}
.TagClassName
{
border-color: #040130;
}
</style>