Shades of Blackcurrant #40124D
Tints of Blackcurrant #40124D
RGB
CMYK
RGB Variations
Color information
#40124D (or 0x40124D) is known color: Blackcurrant. HEX triplet: 40, 12 and 4D. RGB value is (64,18,77). Sum of RGB (Red+Green+Blue) = 64+18+77=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #40124D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40124D is #BFEDB2. Grayscale: #262626. Windows color (decimal): -12578227 or 5050944. OLE color: 5050944.
HSL color Cylindrical-coordinate representation of color #40124D: hue angle of 286.78º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40124D is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 18 | 77 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.70 |
| HSL | 286.78º | 0.62% | 0.19% | - |
| HSV(B) | 286.78º | 0.77% | 0.3% | - |
| XYZ | 3.67 | 2.06 | 7.23 | - |
| YUV | 38.48 | 149.74 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 77 | 0.17 | 0.77 | 0 | 0.70 | 286.78 | 0.62 | 0.19 |
| Hex | 40 | 12 | 4D | 11 | 4D | 0 | 46 | 11F | 3E | 13 |
| Octal | 100 | 22 | 115 | 21 | 115 | 0 | 106 | 437 | 76 | 23 |
| Binary | 1000000 | 10010 | 1001101 | 10001 | 1001101 | 0 | 1000110 | 100011111 | 111110 | 10011 |
Color Harmonies of #40124D
Complementary color
Monochromatic Colors of #40124D
Black with #40124D
Text Example
Text Example
White with #40124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40124D; }
p { color: rgb(64,18,77); }
H1.HeaderClassName
{
color: #40124D;
}
.AnyTagClassName
{
color: #40124D;
}
</style>
background-color css
<style>
a { background-color: #40124D; }
a { background-color: rgb(64,18,77); }
div.DivClassName
{
background-color: #40124D;
}
.BgClassName
{
background-color: #40124D;
}
</style>
border-color css
<style>
span { border-color: #40124D; }
span { border-color: rgb(64,18,77); }
td.TdClassName
{
border-color: #40124D;
}
.TagClassName
{
border-color: #40124D;
}
</style>