Shades of Black Russian #04091A
Tints of Black Russian #04091A
RGB
CMYK
RGB Variations
Color information
#04091A (or 0x04091A) is known color: Black Russian. HEX triplet: 04, 09 and 1A. RGB value is (4,9,26). Sum of RGB (Red+Green+Blue) = 4+9+26=39 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.26% from 39); Green value is 9 (3.91% from 255 or 23.08% from 39); Blue value is 26 (10.55% from 255 or 66.67% from 39); Max value from RGB is 26 - color contains mainly: blue. Hex color #04091A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04091A is #FBF6E5. Grayscale: #090909. Windows color (decimal): -16512742 or 1706244. OLE color: 1706244.
HSL color Cylindrical-coordinate representation of color #04091A: hue angle of 226.36º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #04091A is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 4 | 9 | 26 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.90 |
| HSL | 226.36º | 0.73% | 0.06% | - |
| HSV(B) | 226.36º | 0.85% | 0.1% | - |
| XYZ | 0.33 | 0.3 | 1.02 | - |
| YUV | 9.44 | 137.34 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 9 | 26 | 0.85 | 0.65 | 0 | 0.90 | 226.36 | 0.73 | 0.06 |
| Hex | 4 | 9 | 1A | 55 | 41 | 0 | 5A | E2 | 49 | 6 |
| Octal | 4 | 11 | 32 | 125 | 101 | 0 | 132 | 342 | 111 | 6 |
| Binary | 100 | 1001 | 11010 | 1010101 | 1000001 | 0 | 1011010 | 11100010 | 1001001 | 110 |
Color Harmonies of #04091A
Complementary color
Monochromatic Colors of #04091A
Black with #04091A
Text Example
Text Example
White with #04091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04091A; }
p { color: rgb(4,9,26); }
H1.HeaderClassName
{
color: #04091A;
}
.AnyTagClassName
{
color: #04091A;
}
</style>
background-color css
<style>
a { background-color: #04091A; }
a { background-color: rgb(4,9,26); }
div.DivClassName
{
background-color: #04091A;
}
.BgClassName
{
background-color: #04091A;
}
</style>
border-color css
<style>
span { border-color: #04091A; }
span { border-color: rgb(4,9,26); }
td.TdClassName
{
border-color: #04091A;
}
.TagClassName
{
border-color: #04091A;
}
</style>