Shades of Black Russian #040630
Tints of Black Russian #040630
RGB
CMYK
RGB Variations
Color information
#040630 (or 0x040630) is known color: Black Russian. HEX triplet: 04, 06 and 30. RGB value is (4,6,48). Sum of RGB (Red+Green+Blue) = 4+6+48=58 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.90% from 58); Green value is 6 (2.73% from 255 or 10.34% from 58); Blue value is 48 (19.14% from 255 or 82.76% from 58); Max value from RGB is 48 - color contains mainly: blue. Hex color #040630 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040630 is #FBF9CF. Grayscale: #0A0A0A. Windows color (decimal): -16513488 or 3147268. OLE color: 3147268.
HSL color Cylindrical-coordinate representation of color #040630: hue angle of 237.27º 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 #040630 is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 4 | 6 | 48 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.81 |
| HSL | 237.27º | 0.85% | 0.1% | - |
| HSV(B) | 237.27º | 0.92% | 0.19% | - |
| XYZ | 0.65 | 0.37 | 2.83 | - |
| YUV | 10.19 | 149.34 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 6 | 48 | 0.92 | 0.87 | 0 | 0.81 | 237.27 | 0.85 | 0.1 |
| Hex | 4 | 6 | 30 | 5C | 57 | 0 | 51 | ED | 55 | A |
| Octal | 4 | 6 | 60 | 134 | 127 | 0 | 121 | 355 | 125 | 12 |
| Binary | 100 | 110 | 110000 | 1011100 | 1010111 | 0 | 1010001 | 11101101 | 1010101 | 1010 |
Color Harmonies of #040630
Complementary color
Monochromatic Colors of #040630
Black with #040630
Text Example
Text Example
White with #040630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040630; }
p { color: rgb(4,6,48); }
H1.HeaderClassName
{
color: #040630;
}
.AnyTagClassName
{
color: #040630;
}
</style>
background-color css
<style>
a { background-color: #040630; }
a { background-color: rgb(4,6,48); }
div.DivClassName
{
background-color: #040630;
}
.BgClassName
{
background-color: #040630;
}
</style>
border-color css
<style>
span { border-color: #040630; }
span { border-color: rgb(4,6,48); }
td.TdClassName
{
border-color: #040630;
}
.TagClassName
{
border-color: #040630;
}
</style>