Shades of Black Russian #04082D
Tints of Black Russian #04082D
RGB
CMYK
RGB Variations
Color information
#04082D (or 0x04082D) is known color: Black Russian. HEX triplet: 04, 08 and 2D. RGB value is (4,8,45). Sum of RGB (Red+Green+Blue) = 4+8+45=57 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.02% from 57); Green value is 8 (3.52% from 255 or 14.04% from 57); Blue value is 45 (17.97% from 255 or 78.95% from 57); Max value from RGB is 45 - color contains mainly: blue. Hex color #04082D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04082D is #FBF7D2. Grayscale: #0A0A0A. Windows color (decimal): -16512979 or 2951172. OLE color: 2951172.
HSL color Cylindrical-coordinate representation of color #04082D: hue angle of 234.15º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04082D is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 8 | 45 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.82 |
| HSL | 234.15º | 0.84% | 0.1% | - |
| HSV(B) | 234.15º | 0.91% | 0.18% | - |
| XYZ | 0.61 | 0.39 | 2.53 | - |
| YUV | 11.02 | 147.17 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 8 | 45 | 0.91 | 0.82 | 0 | 0.82 | 234.15 | 0.84 | 0.1 |
| Hex | 4 | 8 | 2D | 5B | 52 | 0 | 52 | EA | 54 | A |
| Octal | 4 | 10 | 55 | 133 | 122 | 0 | 122 | 352 | 124 | 12 |
| Binary | 100 | 1000 | 101101 | 1011011 | 1010010 | 0 | 1010010 | 11101010 | 1010100 | 1010 |
Color Harmonies of #04082D
Complementary color
Monochromatic Colors of #04082D
Black with #04082D
Text Example
Text Example
White with #04082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04082D; }
p { color: rgb(4,8,45); }
H1.HeaderClassName
{
color: #04082D;
}
.AnyTagClassName
{
color: #04082D;
}
</style>
background-color css
<style>
a { background-color: #04082D; }
a { background-color: rgb(4,8,45); }
div.DivClassName
{
background-color: #04082D;
}
.BgClassName
{
background-color: #04082D;
}
</style>
border-color css
<style>
span { border-color: #04082D; }
span { border-color: rgb(4,8,45); }
td.TdClassName
{
border-color: #04082D;
}
.TagClassName
{
border-color: #04082D;
}
</style>