Shades of Blackcurrant #40104D
Tints of Blackcurrant #40104D
RGB
CMYK
RGB Variations
Color information
#40104D (or 0x40104D) is known color: Blackcurrant. HEX triplet: 40, 10 and 4D. RGB value is (64,16,77). Sum of RGB (Red+Green+Blue) = 64+16+77=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #40104D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40104D is #BFEFB2. Grayscale: #252525. Windows color (decimal): -12578739 or 5050432. OLE color: 5050432.
HSL color Cylindrical-coordinate representation of color #40104D: hue angle of 287.21º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40104D is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 16 | 77 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.70 |
| HSL | 287.21º | 0.66% | 0.18% | - |
| HSV(B) | 287.21º | 0.79% | 0.3% | - |
| XYZ | 3.64 | 2 | 7.21 | - |
| YUV | 37.31 | 150.4 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 77 | 0.17 | 0.79 | 0 | 0.70 | 287.21 | 0.66 | 0.18 |
| Hex | 40 | 10 | 4D | 11 | 4F | 0 | 46 | 11F | 42 | 12 |
| Octal | 100 | 20 | 115 | 21 | 117 | 0 | 106 | 437 | 102 | 22 |
| Binary | 1000000 | 10000 | 1001101 | 10001 | 1001111 | 0 | 1000110 | 100011111 | 1000010 | 10010 |
Color Harmonies of #40104D
Complementary color
Monochromatic Colors of #40104D
Black with #40104D
Text Example
Text Example
White with #40104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40104D; }
p { color: rgb(64,16,77); }
H1.HeaderClassName
{
color: #40104D;
}
.AnyTagClassName
{
color: #40104D;
}
</style>
background-color css
<style>
a { background-color: #40104D; }
a { background-color: rgb(64,16,77); }
div.DivClassName
{
background-color: #40104D;
}
.BgClassName
{
background-color: #40104D;
}
</style>
border-color css
<style>
span { border-color: #40104D; }
span { border-color: rgb(64,16,77); }
td.TdClassName
{
border-color: #40104D;
}
.TagClassName
{
border-color: #40104D;
}
</style>