Shades of Blackcurrant #400F50
Tints of Blackcurrant #400F50
RGB
CMYK
RGB Variations
Color information
#400F50 (or 0x400F50) is known color: Blackcurrant. HEX triplet: 40, 0F and 50. RGB value is (64,15,80). Sum of RGB (Red+Green+Blue) = 64+15+80=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #400F50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400F50 is #BFF0AF. Grayscale: #242424. Windows color (decimal): -12578992 or 5246784. OLE color: 5246784.
HSL color Cylindrical-coordinate representation of color #400F50: hue angle of 285.23º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #400F50 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 15 | 80 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.69 |
| HSL | 285.23º | 0.68% | 0.19% | - |
| HSV(B) | 285.23º | 0.81% | 0.31% | - |
| XYZ | 3.73 | 2.01 | 7.78 | - |
| YUV | 37.06 | 152.23 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 80 | 0.20 | 0.81 | 0 | 0.69 | 285.23 | 0.68 | 0.19 |
| Hex | 40 | F | 50 | 14 | 51 | 0 | 45 | 11D | 44 | 13 |
| Octal | 100 | 17 | 120 | 24 | 121 | 0 | 105 | 435 | 104 | 23 |
| Binary | 1000000 | 1111 | 1010000 | 10100 | 1010001 | 0 | 1000101 | 100011101 | 1000100 | 10011 |
Color Harmonies of #400F50
Complementary color
Monochromatic Colors of #400F50
Black with #400F50
Text Example
Text Example
White with #400F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400F50; }
p { color: rgb(64,15,80); }
H1.HeaderClassName
{
color: #400F50;
}
.AnyTagClassName
{
color: #400F50;
}
</style>
background-color css
<style>
a { background-color: #400F50; }
a { background-color: rgb(64,15,80); }
div.DivClassName
{
background-color: #400F50;
}
.BgClassName
{
background-color: #400F50;
}
</style>
border-color css
<style>
span { border-color: #400F50; }
span { border-color: rgb(64,15,80); }
td.TdClassName
{
border-color: #400F50;
}
.TagClassName
{
border-color: #400F50;
}
</style>