Shades of Black Russian #00041A
Tints of Black Russian #00041A
RGB
CMYK
RGB Variations
Color information
#00041A (or 0x00041A) is known color: Black Russian. HEX triplet: 00, 04 and 1A. RGB value is (0,4,26). Sum of RGB (Red+Green+Blue) = 0+4+26=30 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 30); Green value is 4 (1.95% from 255 or 13.33% from 30); Blue value is 26 (10.55% from 255 or 86.67% from 30); Max value from RGB is 26 - color contains mainly: blue. Hex color #00041A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00041A is #FFFBE5. Grayscale: #050505. Windows color (decimal): -16776166 or 1704960. OLE color: 1704960.
HSL color Cylindrical-coordinate representation of color #00041A: hue angle of 230.77º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00041A is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 4 | 26 | - |
| CMYK | 1 | 0.85 | 0 | 0.90 |
| HSL | 230.77º | 1% | 0.05% | - |
| HSV(B) | 230.77º | 1% | 0.1% | - |
| XYZ | 0.23 | 0.16 | 1 | - |
| YUV | 5.31 | 139.67 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 4 | 26 | 1 | 0.85 | 0 | 0.90 | 230.77 | 1 | 0.05 |
| Hex | 0 | 4 | 1A | 64 | 55 | 0 | 5A | E7 | 64 | 5 |
| Octal | 0 | 4 | 32 | 144 | 125 | 0 | 132 | 347 | 144 | 5 |
| Binary | 0 | 100 | 11010 | 1100100 | 1010101 | 0 | 1011010 | 11100111 | 1100100 | 101 |
Color Harmonies of #00041A
Complementary color
Monochromatic Colors of #00041A
Black with #00041A
Text Example
Text Example
White with #00041A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00041A; }
p { color: rgb(0,4,26); }
H1.HeaderClassName
{
color: #00041A;
}
.AnyTagClassName
{
color: #00041A;
}
</style>
background-color css
<style>
a { background-color: #00041A; }
a { background-color: rgb(0,4,26); }
div.DivClassName
{
background-color: #00041A;
}
.BgClassName
{
background-color: #00041A;
}
</style>
border-color css
<style>
span { border-color: #00041A; }
span { border-color: rgb(0,4,26); }
td.TdClassName
{
border-color: #00041A;
}
.TagClassName
{
border-color: #00041A;
}
</style>