Shades of Black Russian #04042B
Tints of Black Russian #04042B
RGB
CMYK
RGB Variations
Color information
#04042B (or 0x04042B) is known color: Black Russian. HEX triplet: 04, 04 and 2B. RGB value is (4,4,43). Sum of RGB (Red+Green+Blue) = 4+4+43=51 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.84% from 51); Green value is 4 (1.95% from 255 or 7.84% from 51); Blue value is 43 (17.19% from 255 or 84.31% from 51); Max value from RGB is 43 - color contains mainly: blue. Hex color #04042B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04042B is #FBFBD4. Grayscale: #080808. Windows color (decimal): -16514005 or 2819076. OLE color: 2819076.
HSL color Cylindrical-coordinate representation of color #04042B: hue angle of 240º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04042B is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 4 | 4 | 43 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.83 |
| HSL | 240º | 0.83% | 0.09% | - |
| HSV(B) | 240º | 0.91% | 0.17% | - |
| XYZ | 0.53 | 0.29 | 2.31 | - |
| YUV | 8.45 | 147.5 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 4 | 43 | 0.91 | 0.91 | 0 | 0.83 | 240 | 0.83 | 0.09 |
| Hex | 4 | 4 | 2B | 5B | 5B | 0 | 53 | F0 | 53 | 9 |
| Octal | 4 | 4 | 53 | 133 | 133 | 0 | 123 | 360 | 123 | 11 |
| Binary | 100 | 100 | 101011 | 1011011 | 1011011 | 0 | 1010011 | 11110000 | 1010011 | 1001 |
Color Harmonies of #04042B
Complementary color
Monochromatic Colors of #04042B
Black with #04042B
Text Example
Text Example
White with #04042B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04042B; }
p { color: rgb(4,4,43); }
H1.HeaderClassName
{
color: #04042B;
}
.AnyTagClassName
{
color: #04042B;
}
</style>
background-color css
<style>
a { background-color: #04042B; }
a { background-color: rgb(4,4,43); }
div.DivClassName
{
background-color: #04042B;
}
.BgClassName
{
background-color: #04042B;
}
</style>
border-color css
<style>
span { border-color: #04042B; }
span { border-color: rgb(4,4,43); }
td.TdClassName
{
border-color: #04042B;
}
.TagClassName
{
border-color: #04042B;
}
</style>