Shades of Black Russian #04040C
Tints of Black Russian #04040C
RGB
CMYK
RGB Variations
Color information
#04040C (or 0x04040C) is known color: Black Russian. HEX triplet: 04, 04 and 0C. RGB value is (4,4,12). Sum of RGB (Red+Green+Blue) = 4+4+12=20 (2% of max value = 765). Red value is 4 (1.95% from 255 or 20% from 20); Green value is 4 (1.95% from 255 or 20% from 20); Blue value is 12 (5.08% from 255 or 60% from 20); Max value from RGB is 12 - color contains mainly: blue. Hex color #04040C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04040C is #FBFBF3. Grayscale: #040404. Windows color (decimal): -16514036 or 787460. OLE color: 787460.
HSL color Cylindrical-coordinate representation of color #04040C: hue angle of 240º degrees, saturation: 0.5, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #04040C is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 4 | 4 | 12 | - |
| CMYK | 0.67 | 0.67 | 0 | 0.95 |
| HSL | 240º | 0.5% | 0.03% | - |
| HSV(B) | 240º | 0.67% | 0.05% | - |
| XYZ | 0.16 | 0.14 | 0.37 | - |
| YUV | 4.91 | 132 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 4 | 12 | 0.67 | 0.67 | 0 | 0.95 | 240 | 0.5 | 0.03 |
| Hex | 4 | 4 | C | 43 | 43 | 0 | 5F | F0 | 32 | 3 |
| Octal | 4 | 4 | 14 | 103 | 103 | 0 | 137 | 360 | 62 | 3 |
| Binary | 100 | 100 | 1100 | 1000011 | 1000011 | 0 | 1011111 | 11110000 | 110010 | 11 |
Color Harmonies of #04040C
Complementary color
Monochromatic Colors of #04040C
Black with #04040C
Text Example
Text Example
White with #04040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04040C; }
p { color: rgb(4,4,12); }
H1.HeaderClassName
{
color: #04040C;
}
.AnyTagClassName
{
color: #04040C;
}
</style>
background-color css
<style>
a { background-color: #04040C; }
a { background-color: rgb(4,4,12); }
div.DivClassName
{
background-color: #04040C;
}
.BgClassName
{
background-color: #04040C;
}
</style>
border-color css
<style>
span { border-color: #04040C; }
span { border-color: rgb(4,4,12); }
td.TdClassName
{
border-color: #04040C;
}
.TagClassName
{
border-color: #04040C;
}
</style>