Shades of Blackcurrant #400157
Tints of Blackcurrant #400157
RGB
CMYK
RGB Variations
Color information
#400157 (or 0x400157) is known color: Blackcurrant. HEX triplet: 40, 01 and 57. RGB value is (64,1,87). Sum of RGB (Red+Green+Blue) = 64+1+87=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 87 (34.38% from 255 or 57.24% from 152); Max value from RGB is 87 - color contains mainly: blue. Hex color #400157 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400157 is #BFFEA8. Grayscale: #1D1D1D. Windows color (decimal): -12582569 or 5701952. OLE color: 5701952.
HSL color Cylindrical-coordinate representation of color #400157: hue angle of 283.95º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #400157 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 1 | 87 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.66 |
| HSL | 283.95º | 0.98% | 0.17% | - |
| HSV(B) | 283.95º | 0.99% | 0.34% | - |
| XYZ | 3.85 | 1.8 | 9.16 | - |
| YUV | 29.64 | 160.37 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 87 | 0.26 | 0.99 | 0 | 0.66 | 283.95 | 0.98 | 0.17 |
| Hex | 40 | 1 | 57 | 1A | 63 | 0 | 42 | 11C | 62 | 11 |
| Octal | 100 | 1 | 127 | 32 | 143 | 0 | 102 | 434 | 142 | 21 |
| Binary | 1000000 | 1 | 1010111 | 11010 | 1100011 | 0 | 1000010 | 100011100 | 1100010 | 10001 |
Color Harmonies of #400157
Complementary color
Monochromatic Colors of #400157
Black with #400157
Text Example
Text Example
White with #400157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400157; }
p { color: rgb(64,1,87); }
H1.HeaderClassName
{
color: #400157;
}
.AnyTagClassName
{
color: #400157;
}
</style>
background-color css
<style>
a { background-color: #400157; }
a { background-color: rgb(64,1,87); }
div.DivClassName
{
background-color: #400157;
}
.BgClassName
{
background-color: #400157;
}
</style>
border-color css
<style>
span { border-color: #400157; }
span { border-color: rgb(64,1,87); }
td.TdClassName
{
border-color: #400157;
}
.TagClassName
{
border-color: #400157;
}
</style>