Shades of Blackcurrant #40104E
Tints of Blackcurrant #40104E
RGB
CMYK
RGB Variations
Color information
#40104E (or 0x40104E) is known color: Blackcurrant. HEX triplet: 40, 10 and 4E. RGB value is (64,16,78). Sum of RGB (Red+Green+Blue) = 64+16+78=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 78 - color contains mainly: blue. Hex color #40104E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40104E is #BFEFB1. Grayscale: #252525. Windows color (decimal): -12578738 or 5115968. OLE color: 5115968.
HSL color Cylindrical-coordinate representation of color #40104E: hue angle of 286.45º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40104E is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 16 | 78 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.69 |
| HSL | 286.45º | 0.66% | 0.18% | - |
| HSV(B) | 286.45º | 0.79% | 0.31% | - |
| XYZ | 3.67 | 2.01 | 7.4 | - |
| YUV | 37.42 | 150.9 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 78 | 0.18 | 0.79 | 0 | 0.69 | 286.45 | 0.66 | 0.18 |
| Hex | 40 | 10 | 4E | 12 | 4F | 0 | 45 | 11E | 42 | 12 |
| Octal | 100 | 20 | 116 | 22 | 117 | 0 | 105 | 436 | 102 | 22 |
| Binary | 1000000 | 10000 | 1001110 | 10010 | 1001111 | 0 | 1000101 | 100011110 | 1000010 | 10010 |
Color Harmonies of #40104E
Complementary color
Monochromatic Colors of #40104E
Black with #40104E
Text Example
Text Example
White with #40104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40104E; }
p { color: rgb(64,16,78); }
H1.HeaderClassName
{
color: #40104E;
}
.AnyTagClassName
{
color: #40104E;
}
</style>
background-color css
<style>
a { background-color: #40104E; }
a { background-color: rgb(64,16,78); }
div.DivClassName
{
background-color: #40104E;
}
.BgClassName
{
background-color: #40104E;
}
</style>
border-color css
<style>
span { border-color: #40104E; }
span { border-color: rgb(64,16,78); }
td.TdClassName
{
border-color: #40104E;
}
.TagClassName
{
border-color: #40104E;
}
</style>