Shades of Blackcurrant #40004E
Tints of Blackcurrant #40004E
RGB
CMYK
RGB Variations
Color information
#40004E (or 0x40004E) is known color: Blackcurrant. HEX triplet: 40, 00 and 4E. RGB value is (64,0,78). Sum of RGB (Red+Green+Blue) = 64+0+78=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 78 (30.86% from 255 or 54.93% from 142); Max value from RGB is 78 - color contains mainly: blue. Hex color #40004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40004E is #BFFFB1. Grayscale: #1B1B1B. Windows color (decimal): -12582834 or 5111872. OLE color: 5111872.
HSL color Cylindrical-coordinate representation of color #40004E: hue angle of 289.23º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40004E is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 0 | 78 | - |
| CMYK | 0.18 | 1 | 0 | 0.69 |
| HSL | 289.23º | 1% | 0.15% | - |
| HSV(B) | 289.23º | 1% | 0.31% | - |
| XYZ | 3.49 | 1.64 | 7.34 | - |
| YUV | 28.03 | 156.2 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 78 | 0.18 | 1 | 0 | 0.69 | 289.23 | 1 | 0.15 |
| Hex | 40 | 0 | 4E | 12 | 64 | 0 | 45 | 121 | 64 | F |
| Octal | 100 | 0 | 116 | 22 | 144 | 0 | 105 | 441 | 144 | 17 |
| Binary | 1000000 | 0 | 1001110 | 10010 | 1100100 | 0 | 1000101 | 100100001 | 1100100 | 1111 |
Color Harmonies of #40004E
Complementary color
Monochromatic Colors of #40004E
Black with #40004E
Text Example
Text Example
White with #40004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40004E; }
p { color: rgb(64,0,78); }
H1.HeaderClassName
{
color: #40004E;
}
.AnyTagClassName
{
color: #40004E;
}
</style>
background-color css
<style>
a { background-color: #40004E; }
a { background-color: rgb(64,0,78); }
div.DivClassName
{
background-color: #40004E;
}
.BgClassName
{
background-color: #40004E;
}
</style>
border-color css
<style>
span { border-color: #40004E; }
span { border-color: rgb(64,0,78); }
td.TdClassName
{
border-color: #40004E;
}
.TagClassName
{
border-color: #40004E;
}
</style>