Shades of Blackcurrant #400857
Tints of Blackcurrant #400857
RGB
CMYK
RGB Variations
Color information
#400857 (or 0x400857) is known color: Blackcurrant. HEX triplet: 40, 08 and 57. RGB value is (64,8,87). Sum of RGB (Red+Green+Blue) = 64+8+87=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 87 (34.38% from 255 or 54.72% from 159); Max value from RGB is 87 - color contains mainly: blue. Hex color #400857 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400857 is #BFF7A8. Grayscale: #212121. Windows color (decimal): -12580777 or 5703744. OLE color: 5703744.
HSL color Cylindrical-coordinate representation of color #400857: hue angle of 282.53º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400857 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 8 | 87 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.66 |
| HSL | 282.53º | 0.83% | 0.19% | - |
| HSV(B) | 282.53º | 0.91% | 0.34% | - |
| XYZ | 3.92 | 1.95 | 9.19 | - |
| YUV | 33.75 | 158.05 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 87 | 0.26 | 0.91 | 0 | 0.66 | 282.53 | 0.83 | 0.19 |
| Hex | 40 | 8 | 57 | 1A | 5B | 0 | 42 | 11B | 53 | 13 |
| Octal | 100 | 10 | 127 | 32 | 133 | 0 | 102 | 433 | 123 | 23 |
| Binary | 1000000 | 1000 | 1010111 | 11010 | 1011011 | 0 | 1000010 | 100011011 | 1010011 | 10011 |
Color Harmonies of #400857
Complementary color
Monochromatic Colors of #400857
Black with #400857
Text Example
Text Example
White with #400857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400857; }
p { color: rgb(64,8,87); }
H1.HeaderClassName
{
color: #400857;
}
.AnyTagClassName
{
color: #400857;
}
</style>
background-color css
<style>
a { background-color: #400857; }
a { background-color: rgb(64,8,87); }
div.DivClassName
{
background-color: #400857;
}
.BgClassName
{
background-color: #400857;
}
</style>
border-color css
<style>
span { border-color: #400857; }
span { border-color: rgb(64,8,87); }
td.TdClassName
{
border-color: #400857;
}
.TagClassName
{
border-color: #400857;
}
</style>