Shades of Black Russian #040D27
Tints of Black Russian #040D27
RGB
CMYK
RGB Variations
Color information
#040D27 (or 0x040D27) is known color: Black Russian. HEX triplet: 04, 0D and 27. RGB value is (4,13,39). Sum of RGB (Red+Green+Blue) = 4+13+39=56 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.14% from 56); Green value is 13 (5.47% from 255 or 23.21% from 56); Blue value is 39 (15.62% from 255 or 69.64% from 56); Max value from RGB is 39 - color contains mainly: blue. Hex color #040D27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040D27 is #FBF2D8. Grayscale: #0D0D0D. Windows color (decimal): -16511705 or 2559236. OLE color: 2559236.
HSL color Cylindrical-coordinate representation of color #040D27: hue angle of 224.57º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #040D27 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 13 | 39 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.85 |
| HSL | 224.57º | 0.81% | 0.08% | - |
| HSV(B) | 224.57º | 0.9% | 0.15% | - |
| XYZ | 0.56 | 0.46 | 1.98 | - |
| YUV | 13.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 13 | 39 | 0.90 | 0.67 | 0 | 0.85 | 224.57 | 0.81 | 0.08 |
| Hex | 4 | D | 27 | 5A | 43 | 0 | 55 | E1 | 51 | 8 |
| Octal | 4 | 15 | 47 | 132 | 103 | 0 | 125 | 341 | 121 | 10 |
| Binary | 100 | 1101 | 100111 | 1011010 | 1000011 | 0 | 1010101 | 11100001 | 1010001 | 1000 |
Color Harmonies of #040D27
Complementary color
Monochromatic Colors of #040D27
Black with #040D27
Text Example
Text Example
White with #040D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040D27; }
p { color: rgb(4,13,39); }
H1.HeaderClassName
{
color: #040D27;
}
.AnyTagClassName
{
color: #040D27;
}
</style>
background-color css
<style>
a { background-color: #040D27; }
a { background-color: rgb(4,13,39); }
div.DivClassName
{
background-color: #040D27;
}
.BgClassName
{
background-color: #040D27;
}
</style>
border-color css
<style>
span { border-color: #040D27; }
span { border-color: rgb(4,13,39); }
td.TdClassName
{
border-color: #040D27;
}
.TagClassName
{
border-color: #040D27;
}
</style>