Shades of Blackcurrant #400D50
Tints of Blackcurrant #400D50
RGB
CMYK
RGB Variations
Color information
#400D50 (or 0x400D50) is known color: Blackcurrant. HEX triplet: 40, 0D and 50. RGB value is (64,13,80). Sum of RGB (Red+Green+Blue) = 64+13+80=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #400D50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400D50 is #BFF2AF. Grayscale: #232323. Windows color (decimal): -12579504 or 5246272. OLE color: 5246272.
HSL color Cylindrical-coordinate representation of color #400D50: hue angle of 285.67º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #400D50 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 13 | 80 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.69 |
| HSL | 285.67º | 0.72% | 0.18% | - |
| HSV(B) | 285.67º | 0.84% | 0.31% | - |
| XYZ | 3.71 | 1.96 | 7.77 | - |
| YUV | 35.89 | 152.9 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 80 | 0.20 | 0.84 | 0 | 0.69 | 285.67 | 0.72 | 0.18 |
| Hex | 40 | D | 50 | 14 | 54 | 0 | 45 | 11E | 48 | 12 |
| Octal | 100 | 15 | 120 | 24 | 124 | 0 | 105 | 436 | 110 | 22 |
| Binary | 1000000 | 1101 | 1010000 | 10100 | 1010100 | 0 | 1000101 | 100011110 | 1001000 | 10010 |
Color Harmonies of #400D50
Complementary color
Monochromatic Colors of #400D50
Black with #400D50
Text Example
Text Example
White with #400D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400D50; }
p { color: rgb(64,13,80); }
H1.HeaderClassName
{
color: #400D50;
}
.AnyTagClassName
{
color: #400D50;
}
</style>
background-color css
<style>
a { background-color: #400D50; }
a { background-color: rgb(64,13,80); }
div.DivClassName
{
background-color: #400D50;
}
.BgClassName
{
background-color: #400D50;
}
</style>
border-color css
<style>
span { border-color: #400D50; }
span { border-color: rgb(64,13,80); }
td.TdClassName
{
border-color: #400D50;
}
.TagClassName
{
border-color: #400D50;
}
</style>