Shades of Blackcurrant #400450
Tints of Blackcurrant #400450
RGB
CMYK
RGB Variations
Color information
#400450 (or 0x400450) is known color: Blackcurrant. HEX triplet: 40, 04 and 50. RGB value is (64,4,80). Sum of RGB (Red+Green+Blue) = 64+4+80=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #400450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400450 is #BFFBAF. Grayscale: #1E1E1E. Windows color (decimal): -12581808 or 5243968. OLE color: 5243968.
HSL color Cylindrical-coordinate representation of color #400450: hue angle of 287.37º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400450 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 4 | 80 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.69 |
| HSL | 287.37º | 0.9% | 0.16% | - |
| HSV(B) | 287.37º | 0.95% | 0.31% | - |
| XYZ | 3.61 | 1.76 | 7.74 | - |
| YUV | 30.6 | 155.88 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 80 | 0.20 | 0.95 | 0 | 0.69 | 287.37 | 0.9 | 0.16 |
| Hex | 40 | 4 | 50 | 14 | 5F | 0 | 45 | 11F | 5A | 10 |
| Octal | 100 | 4 | 120 | 24 | 137 | 0 | 105 | 437 | 132 | 20 |
| Binary | 1000000 | 100 | 1010000 | 10100 | 1011111 | 0 | 1000101 | 100011111 | 1011010 | 10000 |
Color Harmonies of #400450
Complementary color
Monochromatic Colors of #400450
Black with #400450
Text Example
Text Example
White with #400450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400450; }
p { color: rgb(64,4,80); }
H1.HeaderClassName
{
color: #400450;
}
.AnyTagClassName
{
color: #400450;
}
</style>
background-color css
<style>
a { background-color: #400450; }
a { background-color: rgb(64,4,80); }
div.DivClassName
{
background-color: #400450;
}
.BgClassName
{
background-color: #400450;
}
</style>
border-color css
<style>
span { border-color: #400450; }
span { border-color: rgb(64,4,80); }
td.TdClassName
{
border-color: #400450;
}
.TagClassName
{
border-color: #400450;
}
</style>