Shades of Black Russian #040033
Tints of Black Russian #040033
RGB
CMYK
RGB Variations
Color information
#040033 (or 0x040033) is known color: Black Russian. HEX triplet: 04, 00 and 33. RGB value is (4,0,51). Sum of RGB (Red+Green+Blue) = 4+0+51=55 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.27% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 51 (20.31% from 255 or 92.73% from 55); Max value from RGB is 51 - color contains mainly: blue. Hex color #040033 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040033 is #FBFFCC. Grayscale: #060606. Windows color (decimal): -16515021 or 3342340. OLE color: 3342340.
HSL color Cylindrical-coordinate representation of color #040033: hue angle of 244.71º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #040033 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 4 | 0 | 51 | - |
| CMYK | 0.92 | 1 | 0 | 0.8 |
| HSL | 244.71º | 1% | 0.1% | - |
| HSV(B) | 244.71º | 1% | 0.2% | - |
| XYZ | 0.65 | 0.26 | 3.15 | - |
| YUV | 7.01 | 152.83 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 51 | 0.92 | 1 | 0 | 0.8 | 244.71 | 1 | 0.1 |
| Hex | 4 | 0 | 33 | 5C | 64 | 0 | 50 | F5 | 64 | A |
| Octal | 4 | 0 | 63 | 134 | 144 | 0 | 120 | 365 | 144 | 12 |
| Binary | 100 | 0 | 110011 | 1011100 | 1100100 | 0 | 1010000 | 11110101 | 1100100 | 1010 |
Color Harmonies of #040033
Complementary color
Monochromatic Colors of #040033
Black with #040033
Text Example
Text Example
White with #040033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040033; }
p { color: rgb(4,0,51); }
H1.HeaderClassName
{
color: #040033;
}
.AnyTagClassName
{
color: #040033;
}
</style>
background-color css
<style>
a { background-color: #040033; }
a { background-color: rgb(4,0,51); }
div.DivClassName
{
background-color: #040033;
}
.BgClassName
{
background-color: #040033;
}
</style>
border-color css
<style>
span { border-color: #040033; }
span { border-color: rgb(4,0,51); }
td.TdClassName
{
border-color: #040033;
}
.TagClassName
{
border-color: #040033;
}
</style>