Shades of Black Russian #04030B
Tints of Black Russian #04030B
RGB
CMYK
RGB Variations
Color information
#04030B (or 0x04030B) is known color: Black Russian. HEX triplet: 04, 03 and 0B. RGB value is (4,3,11). Sum of RGB (Red+Green+Blue) = 4+3+11=18 (2% of max value = 765). Red value is 4 (1.95% from 255 or 22.22% from 18); Green value is 3 (1.56% from 255 or 16.67% from 18); Blue value is 11 (4.69% from 255 or 61.11% from 18); Max value from RGB is 11 - color contains mainly: blue. Hex color #04030B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04030B is #FBFCF4. Grayscale: #040404. Windows color (decimal): -16514293 or 721668. OLE color: 721668.
HSL color Cylindrical-coordinate representation of color #04030B: hue angle of 247.5º degrees, saturation: 0.57, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #04030B is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 4 | 3 | 11 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.96 |
| HSL | 247.5º | 0.57% | 0.03% | - |
| HSV(B) | 247.5º | 0.73% | 0.04% | - |
| XYZ | 0.14 | 0.12 | 0.33 | - |
| YUV | 4.21 | 131.83 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 3 | 11 | 0.64 | 0.73 | 0 | 0.96 | 247.5 | 0.57 | 0.03 |
| Hex | 4 | 3 | B | 40 | 49 | 0 | 60 | F8 | 39 | 3 |
| Octal | 4 | 3 | 13 | 100 | 111 | 0 | 140 | 370 | 71 | 3 |
| Binary | 100 | 11 | 1011 | 1000000 | 1001001 | 0 | 1100000 | 11111000 | 111001 | 11 |
Color Harmonies of #04030B
Complementary color
Monochromatic Colors of #04030B
Black with #04030B
Text Example
Text Example
White with #04030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04030B; }
p { color: rgb(4,3,11); }
H1.HeaderClassName
{
color: #04030B;
}
.AnyTagClassName
{
color: #04030B;
}
</style>
background-color css
<style>
a { background-color: #04030B; }
a { background-color: rgb(4,3,11); }
div.DivClassName
{
background-color: #04030B;
}
.BgClassName
{
background-color: #04030B;
}
</style>
border-color css
<style>
span { border-color: #04030B; }
span { border-color: rgb(4,3,11); }
td.TdClassName
{
border-color: #04030B;
}
.TagClassName
{
border-color: #04030B;
}
</style>