Shades of Black Russian #040B1F
Tints of Black Russian #040B1F
RGB
CMYK
RGB Variations
Color information
#040B1F (or 0x040B1F) is known color: Black Russian. HEX triplet: 04, 0B and 1F. RGB value is (4,11,31). Sum of RGB (Red+Green+Blue) = 4+11+31=46 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.70% from 46); Green value is 11 (4.69% from 255 or 23.91% from 46); Blue value is 31 (12.5% from 255 or 67.39% from 46); Max value from RGB is 31 - color contains mainly: blue. Hex color #040B1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040B1F is #FBF4E0. Grayscale: #0B0B0B. Windows color (decimal): -16512225 or 2034436. OLE color: 2034436.
HSL color Cylindrical-coordinate representation of color #040B1F: hue angle of 224.44º 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 #040B1F is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 4 | 11 | 31 | - |
| CMYK | 0.87 | 0.65 | 0 | 0.88 |
| HSL | 224.44º | 0.77% | 0.07% | - |
| HSV(B) | 224.44º | 0.87% | 0.12% | - |
| XYZ | 0.42 | 0.36 | 1.34 | - |
| YUV | 11.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 11 | 31 | 0.87 | 0.65 | 0 | 0.88 | 224.44 | 0.77 | 0.07 |
| Hex | 4 | B | 1F | 57 | 41 | 0 | 58 | E0 | 4D | 7 |
| Octal | 4 | 13 | 37 | 127 | 101 | 0 | 130 | 340 | 115 | 7 |
| Binary | 100 | 1011 | 11111 | 1010111 | 1000001 | 0 | 1011000 | 11100000 | 1001101 | 111 |
Color Harmonies of #040B1F
Complementary color
Monochromatic Colors of #040B1F
Black with #040B1F
Text Example
Text Example
White with #040B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040B1F; }
p { color: rgb(4,11,31); }
H1.HeaderClassName
{
color: #040B1F;
}
.AnyTagClassName
{
color: #040B1F;
}
</style>
background-color css
<style>
a { background-color: #040B1F; }
a { background-color: rgb(4,11,31); }
div.DivClassName
{
background-color: #040B1F;
}
.BgClassName
{
background-color: #040B1F;
}
</style>
border-color css
<style>
span { border-color: #040B1F; }
span { border-color: rgb(4,11,31); }
td.TdClassName
{
border-color: #040B1F;
}
.TagClassName
{
border-color: #040B1F;
}
</style>