Shades of Black Russian #040A27
Tints of Black Russian #040A27
RGB
CMYK
RGB Variations
Color information
#040A27 (or 0x040A27) is known color: Black Russian. HEX triplet: 04, 0A and 27. RGB value is (4,10,39). Sum of RGB (Red+Green+Blue) = 4+10+39=53 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.55% from 53); Green value is 10 (4.30% from 255 or 18.87% from 53); Blue value is 39 (15.62% from 255 or 73.58% from 53); Max value from RGB is 39 - color contains mainly: blue. Hex color #040A27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040A27 is #FBF5D8. Grayscale: #0B0B0B. Windows color (decimal): -16512473 or 2558468. OLE color: 2558468.
HSL color Cylindrical-coordinate representation of color #040A27: hue angle of 229.71º 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 #040A27 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 10 | 39 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.85 |
| HSL | 229.71º | 0.81% | 0.08% | - |
| HSV(B) | 229.71º | 0.9% | 0.15% | - |
| XYZ | 0.52 | 0.39 | 1.97 | - |
| YUV | 11.51 | 143.51 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 39 | 0.90 | 0.74 | 0 | 0.85 | 229.71 | 0.81 | 0.08 |
| Hex | 4 | A | 27 | 5A | 4A | 0 | 55 | E6 | 51 | 8 |
| Octal | 4 | 12 | 47 | 132 | 112 | 0 | 125 | 346 | 121 | 10 |
| Binary | 100 | 1010 | 100111 | 1011010 | 1001010 | 0 | 1010101 | 11100110 | 1010001 | 1000 |
Color Harmonies of #040A27
Complementary color
Monochromatic Colors of #040A27
Black with #040A27
Text Example
Text Example
White with #040A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A27; }
p { color: rgb(4,10,39); }
H1.HeaderClassName
{
color: #040A27;
}
.AnyTagClassName
{
color: #040A27;
}
</style>
background-color css
<style>
a { background-color: #040A27; }
a { background-color: rgb(4,10,39); }
div.DivClassName
{
background-color: #040A27;
}
.BgClassName
{
background-color: #040A27;
}
</style>
border-color css
<style>
span { border-color: #040A27; }
span { border-color: rgb(4,10,39); }
td.TdClassName
{
border-color: #040A27;
}
.TagClassName
{
border-color: #040A27;
}
</style>