Shades of Black Russian #04022D
Tints of Black Russian #04022D
RGB
CMYK
RGB Variations
Color information
#04022D (or 0x04022D) is known color: Black Russian. HEX triplet: 04, 02 and 2D. RGB value is (4,2,45). Sum of RGB (Red+Green+Blue) = 4+2+45=51 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.84% from 51); Green value is 2 (1.17% from 255 or 3.92% from 51); Blue value is 45 (17.97% from 255 or 88.24% from 51); Max value from RGB is 45 - color contains mainly: blue. Hex color #04022D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04022D is #FBFDD2. Grayscale: #070707. Windows color (decimal): -16514515 or 2949636. OLE color: 2949636.
HSL color Cylindrical-coordinate representation of color #04022D: hue angle of 242.79º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04022D is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 2 | 45 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.82 |
| HSL | 242.79º | 0.91% | 0.09% | - |
| HSV(B) | 242.79º | 0.96% | 0.18% | - |
| XYZ | 0.55 | 0.26 | 2.5 | - |
| YUV | 7.5 | 149.16 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 2 | 45 | 0.91 | 0.96 | 0 | 0.82 | 242.79 | 0.91 | 0.09 |
| Hex | 4 | 2 | 2D | 5B | 60 | 0 | 52 | F3 | 5B | 9 |
| Octal | 4 | 2 | 55 | 133 | 140 | 0 | 122 | 363 | 133 | 11 |
| Binary | 100 | 10 | 101101 | 1011011 | 1100000 | 0 | 1010010 | 11110011 | 1011011 | 1001 |
Color Harmonies of #04022D
Complementary color
Monochromatic Colors of #04022D
Black with #04022D
Text Example
Text Example
White with #04022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04022D; }
p { color: rgb(4,2,45); }
H1.HeaderClassName
{
color: #04022D;
}
.AnyTagClassName
{
color: #04022D;
}
</style>
background-color css
<style>
a { background-color: #04022D; }
a { background-color: rgb(4,2,45); }
div.DivClassName
{
background-color: #04022D;
}
.BgClassName
{
background-color: #04022D;
}
</style>
border-color css
<style>
span { border-color: #04022D; }
span { border-color: rgb(4,2,45); }
td.TdClassName
{
border-color: #04022D;
}
.TagClassName
{
border-color: #04022D;
}
</style>