Shades of Blackcurrant #400159
Tints of Blackcurrant #400159
RGB
CMYK
RGB Variations
Color information
#400159 (or 0x400159) is known color: Blackcurrant. HEX triplet: 40, 01 and 59. RGB value is (64,1,89). Sum of RGB (Red+Green+Blue) = 64+1+89=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #400159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400159 is #BFFEA6. Grayscale: #1D1D1D. Windows color (decimal): -12582567 or 5833024. OLE color: 5833024.
HSL color Cylindrical-coordinate representation of color #400159: hue angle of 282.95º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #400159 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 1 | 89 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.65 |
| HSL | 282.95º | 0.98% | 0.18% | - |
| HSV(B) | 282.95º | 0.99% | 0.35% | - |
| XYZ | 3.93 | 1.83 | 9.6 | - |
| YUV | 29.87 | 161.37 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 89 | 0.28 | 0.99 | 0 | 0.65 | 282.95 | 0.98 | 0.18 |
| Hex | 40 | 1 | 59 | 1C | 63 | 0 | 41 | 11B | 62 | 12 |
| Octal | 100 | 1 | 131 | 34 | 143 | 0 | 101 | 433 | 142 | 22 |
| Binary | 1000000 | 1 | 1011001 | 11100 | 1100011 | 0 | 1000001 | 100011011 | 1100010 | 10010 |
Color Harmonies of #400159
Complementary color
Monochromatic Colors of #400159
Black with #400159
Text Example
Text Example
White with #400159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400159; }
p { color: rgb(64,1,89); }
H1.HeaderClassName
{
color: #400159;
}
.AnyTagClassName
{
color: #400159;
}
</style>
background-color css
<style>
a { background-color: #400159; }
a { background-color: rgb(64,1,89); }
div.DivClassName
{
background-color: #400159;
}
.BgClassName
{
background-color: #400159;
}
</style>
border-color css
<style>
span { border-color: #400159; }
span { border-color: rgb(64,1,89); }
td.TdClassName
{
border-color: #400159;
}
.TagClassName
{
border-color: #400159;
}
</style>