Shades of Black Russian #040A1F
Tints of Black Russian #040A1F
RGB
CMYK
RGB Variations
Color information
#040A1F (or 0x040A1F) is known color: Black Russian. HEX triplet: 04, 0A and 1F. RGB value is (4,10,31). Sum of RGB (Red+Green+Blue) = 4+10+31=45 (5% of max value = 765). Red value is 4 (1.95% from 255 or 8.89% from 45); Green value is 10 (4.30% from 255 or 22.22% from 45); Blue value is 31 (12.5% from 255 or 68.89% from 45); Max value from RGB is 31 - color contains mainly: blue. Hex color #040A1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040A1F is #FBF5E0. Grayscale: #0A0A0A. Windows color (decimal): -16512481 or 2034180. OLE color: 2034180.
HSL color Cylindrical-coordinate representation of color #040A1F: hue angle of 226.67º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #040A1F is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 4 | 10 | 31 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.88 |
| HSL | 226.67º | 0.77% | 0.07% | - |
| HSV(B) | 226.67º | 0.87% | 0.12% | - |
| XYZ | 0.41 | 0.34 | 1.34 | - |
| YUV | 10.6 | 139.51 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 31 | 0.87 | 0.68 | 0 | 0.88 | 226.67 | 0.77 | 0.07 |
| Hex | 4 | A | 1F | 57 | 44 | 0 | 58 | E3 | 4D | 7 |
| Octal | 4 | 12 | 37 | 127 | 104 | 0 | 130 | 343 | 115 | 7 |
| Binary | 100 | 1010 | 11111 | 1010111 | 1000100 | 0 | 1011000 | 11100011 | 1001101 | 111 |
Color Harmonies of #040A1F
Complementary color
Monochromatic Colors of #040A1F
Black with #040A1F
Text Example
Text Example
White with #040A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A1F; }
p { color: rgb(4,10,31); }
H1.HeaderClassName
{
color: #040A1F;
}
.AnyTagClassName
{
color: #040A1F;
}
</style>
background-color css
<style>
a { background-color: #040A1F; }
a { background-color: rgb(4,10,31); }
div.DivClassName
{
background-color: #040A1F;
}
.BgClassName
{
background-color: #040A1F;
}
</style>
border-color css
<style>
span { border-color: #040A1F; }
span { border-color: rgb(4,10,31); }
td.TdClassName
{
border-color: #040A1F;
}
.TagClassName
{
border-color: #040A1F;
}
</style>