Shades of Black Russian #040232
Tints of Black Russian #040232
RGB
CMYK
RGB Variations
Color information
#040232 (or 0x040232) is known color: Black Russian. HEX triplet: 04, 02 and 32. RGB value is (4,2,50). Sum of RGB (Red+Green+Blue) = 4+2+50=56 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.14% from 56); Green value is 2 (1.17% from 255 or 3.57% from 56); Blue value is 50 (19.92% from 255 or 89.29% from 56); Max value from RGB is 50 - color contains mainly: blue. Hex color #040232 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040232 is #FBFDCD. Grayscale: #070707. Windows color (decimal): -16514510 or 3277316. OLE color: 3277316.
HSL color Cylindrical-coordinate representation of color #040232: hue angle of 242.5º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040232 is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 4 | 2 | 50 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.80 |
| HSL | 242.5º | 0.92% | 0.1% | - |
| HSV(B) | 242.5º | 0.96% | 0.2% | - |
| XYZ | 0.65 | 0.3 | 3.04 | - |
| YUV | 8.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 2 | 50 | 0.92 | 0.96 | 0 | 0.80 | 242.5 | 0.92 | 0.1 |
| Hex | 4 | 2 | 32 | 5C | 60 | 0 | 50 | F2 | 5C | A |
| Octal | 4 | 2 | 62 | 134 | 140 | 0 | 120 | 362 | 134 | 12 |
| Binary | 100 | 10 | 110010 | 1011100 | 1100000 | 0 | 1010000 | 11110010 | 1011100 | 1010 |
Color Harmonies of #040232
Complementary color
Monochromatic Colors of #040232
Black with #040232
Text Example
Text Example
White with #040232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040232; }
p { color: rgb(4,2,50); }
H1.HeaderClassName
{
color: #040232;
}
.AnyTagClassName
{
color: #040232;
}
</style>
background-color css
<style>
a { background-color: #040232; }
a { background-color: rgb(4,2,50); }
div.DivClassName
{
background-color: #040232;
}
.BgClassName
{
background-color: #040232;
}
</style>
border-color css
<style>
span { border-color: #040232; }
span { border-color: rgb(4,2,50); }
td.TdClassName
{
border-color: #040232;
}
.TagClassName
{
border-color: #040232;
}
</style>