Shades of Black Russian #040830
Tints of Black Russian #040830
RGB
CMYK
RGB Variations
Color information
#040830 (or 0x040830) is known color: Black Russian. HEX triplet: 04, 08 and 30. RGB value is (4,8,48). Sum of RGB (Red+Green+Blue) = 4+8+48=60 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.67% from 60); Green value is 8 (3.52% from 255 or 13.33% from 60); Blue value is 48 (19.14% from 255 or 80% from 60); Max value from RGB is 48 - color contains mainly: blue. Hex color #040830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040830 is #FBF7CF. Grayscale: #0B0B0B. Windows color (decimal): -16512976 or 3147780. OLE color: 3147780.
HSL color Cylindrical-coordinate representation of color #040830: hue angle of 234.55º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #040830 is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 4 | 8 | 48 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.81 |
| HSL | 234.55º | 0.85% | 0.1% | - |
| HSV(B) | 234.55º | 0.92% | 0.19% | - |
| XYZ | 0.67 | 0.41 | 2.84 | - |
| YUV | 11.36 | 148.67 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 8 | 48 | 0.92 | 0.83 | 0 | 0.81 | 234.55 | 0.85 | 0.1 |
| Hex | 4 | 8 | 30 | 5C | 53 | 0 | 51 | EB | 55 | A |
| Octal | 4 | 10 | 60 | 134 | 123 | 0 | 121 | 353 | 125 | 12 |
| Binary | 100 | 1000 | 110000 | 1011100 | 1010011 | 0 | 1010001 | 11101011 | 1010101 | 1010 |
Color Harmonies of #040830
Complementary color
Monochromatic Colors of #040830
Black with #040830
Text Example
Text Example
White with #040830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040830; }
p { color: rgb(4,8,48); }
H1.HeaderClassName
{
color: #040830;
}
.AnyTagClassName
{
color: #040830;
}
</style>
background-color css
<style>
a { background-color: #040830; }
a { background-color: rgb(4,8,48); }
div.DivClassName
{
background-color: #040830;
}
.BgClassName
{
background-color: #040830;
}
</style>
border-color css
<style>
span { border-color: #040830; }
span { border-color: rgb(4,8,48); }
td.TdClassName
{
border-color: #040830;
}
.TagClassName
{
border-color: #040830;
}
</style>