Shades of Blackcurrant #40114F
Tints of Blackcurrant #40114F
RGB
CMYK
RGB Variations
Color information
#40114F (or 0x40114F) is known color: Blackcurrant. HEX triplet: 40, 11 and 4F. RGB value is (64,17,79). Sum of RGB (Red+Green+Blue) = 64+17+79=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 79 (31.25% from 255 or 49.38% from 160); Max value from RGB is 79 - color contains mainly: blue. Hex color #40114F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40114F is #BFEEB0. Grayscale: #252525. Windows color (decimal): -12578481 or 5181760. OLE color: 5181760.
HSL color Cylindrical-coordinate representation of color #40114F: hue angle of 285.48º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40114F is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 17 | 79 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.69 |
| HSL | 285.48º | 0.65% | 0.19% | - |
| HSV(B) | 285.48º | 0.78% | 0.31% | - |
| XYZ | 3.73 | 2.06 | 7.6 | - |
| YUV | 38.12 | 151.07 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 79 | 0.19 | 0.78 | 0 | 0.69 | 285.48 | 0.65 | 0.19 |
| Hex | 40 | 11 | 4F | 13 | 4E | 0 | 45 | 11D | 41 | 13 |
| Octal | 100 | 21 | 117 | 23 | 116 | 0 | 105 | 435 | 101 | 23 |
| Binary | 1000000 | 10001 | 1001111 | 10011 | 1001110 | 0 | 1000101 | 100011101 | 1000001 | 10011 |
Color Harmonies of #40114F
Complementary color
Monochromatic Colors of #40114F
Black with #40114F
Text Example
Text Example
White with #40114F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40114F; }
p { color: rgb(64,17,79); }
H1.HeaderClassName
{
color: #40114F;
}
.AnyTagClassName
{
color: #40114F;
}
</style>
background-color css
<style>
a { background-color: #40114F; }
a { background-color: rgb(64,17,79); }
div.DivClassName
{
background-color: #40114F;
}
.BgClassName
{
background-color: #40114F;
}
</style>
border-color css
<style>
span { border-color: #40114F; }
span { border-color: rgb(64,17,79); }
td.TdClassName
{
border-color: #40114F;
}
.TagClassName
{
border-color: #40114F;
}
</style>