Shades of Blackcurrant #400359
Tints of Blackcurrant #400359
RGB
CMYK
RGB Variations
Color information
#400359 (or 0x400359) is known color: Blackcurrant. HEX triplet: 40, 03 and 59. RGB value is (64,3,89). Sum of RGB (Red+Green+Blue) = 64+3+89=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 89 (35.16% from 255 or 57.05% from 156); Max value from RGB is 89 - color contains mainly: blue. Hex color #400359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400359 is #BFFCA6. Grayscale: #1E1E1E. Windows color (decimal): -12582055 or 5833536. OLE color: 5833536.
HSL color Cylindrical-coordinate representation of color #400359: hue angle of 282.56º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400359 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 3 | 89 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.65 |
| HSL | 282.56º | 0.93% | 0.18% | - |
| HSV(B) | 282.56º | 0.97% | 0.35% | - |
| XYZ | 3.95 | 1.88 | 9.61 | - |
| YUV | 31.04 | 160.71 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 3 | 89 | 0.28 | 0.97 | 0 | 0.65 | 282.56 | 0.93 | 0.18 |
| Hex | 40 | 3 | 59 | 1C | 61 | 0 | 41 | 11B | 5D | 12 |
| Octal | 100 | 3 | 131 | 34 | 141 | 0 | 101 | 433 | 135 | 22 |
| Binary | 1000000 | 11 | 1011001 | 11100 | 1100001 | 0 | 1000001 | 100011011 | 1011101 | 10010 |
Color Harmonies of #400359
Complementary color
Monochromatic Colors of #400359
Black with #400359
Text Example
Text Example
White with #400359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400359; }
p { color: rgb(64,3,89); }
H1.HeaderClassName
{
color: #400359;
}
.AnyTagClassName
{
color: #400359;
}
</style>
background-color css
<style>
a { background-color: #400359; }
a { background-color: rgb(64,3,89); }
div.DivClassName
{
background-color: #400359;
}
.BgClassName
{
background-color: #400359;
}
</style>
border-color css
<style>
span { border-color: #400359; }
span { border-color: rgb(64,3,89); }
td.TdClassName
{
border-color: #400359;
}
.TagClassName
{
border-color: #400359;
}
</style>