Shades of Black Russian #04031B
Tints of Black Russian #04031B
RGB
CMYK
RGB Variations
Color information
#04031B (or 0x04031B) is known color: Black Russian. HEX triplet: 04, 03 and 1B. RGB value is (4,3,27). Sum of RGB (Red+Green+Blue) = 4+3+27=34 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.76% from 34); Green value is 3 (1.56% from 255 or 8.82% from 34); Blue value is 27 (10.94% from 255 or 79.41% from 34); Max value from RGB is 27 - color contains mainly: blue. Hex color #04031B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04031B is #FBFCE4. Grayscale: #050505. Windows color (decimal): -16514277 or 1770244. OLE color: 1770244.
HSL color Cylindrical-coordinate representation of color #04031B: hue angle of 242.5º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #04031B is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 3 | 27 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.89 |
| HSL | 242.5º | 0.8% | 0.06% | - |
| HSV(B) | 242.5º | 0.89% | 0.11% | - |
| XYZ | 0.28 | 0.17 | 1.05 | - |
| YUV | 6.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 3 | 27 | 0.85 | 0.89 | 0 | 0.89 | 242.5 | 0.8 | 0.06 |
| Hex | 4 | 3 | 1B | 55 | 59 | 0 | 59 | F2 | 50 | 6 |
| Octal | 4 | 3 | 33 | 125 | 131 | 0 | 131 | 362 | 120 | 6 |
| Binary | 100 | 11 | 11011 | 1010101 | 1011001 | 0 | 1011001 | 11110010 | 1010000 | 110 |
Color Harmonies of #04031B
Complementary color
Monochromatic Colors of #04031B
Black with #04031B
Text Example
Text Example
White with #04031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04031B; }
p { color: rgb(4,3,27); }
H1.HeaderClassName
{
color: #04031B;
}
.AnyTagClassName
{
color: #04031B;
}
</style>
background-color css
<style>
a { background-color: #04031B; }
a { background-color: rgb(4,3,27); }
div.DivClassName
{
background-color: #04031B;
}
.BgClassName
{
background-color: #04031B;
}
</style>
border-color css
<style>
span { border-color: #04031B; }
span { border-color: rgb(4,3,27); }
td.TdClassName
{
border-color: #04031B;
}
.TagClassName
{
border-color: #04031B;
}
</style>