Shades of Blackcurrant #400756
Tints of Blackcurrant #400756
RGB
CMYK
RGB Variations
Color information
#400756 (or 0x400756) is known color: Blackcurrant. HEX triplet: 40, 07 and 56. RGB value is (64,7,86). Sum of RGB (Red+Green+Blue) = 64+7+86=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 86 (33.98% from 255 or 54.78% from 157); Max value from RGB is 86 - color contains mainly: blue. Hex color #400756 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400756 is #BFF8A9. Grayscale: #202020. Windows color (decimal): -12581034 or 5637952. OLE color: 5637952.
HSL color Cylindrical-coordinate representation of color #400756: hue angle of 283.29º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400756 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 7 | 86 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.66 |
| HSL | 283.29º | 0.85% | 0.18% | - |
| HSV(B) | 283.29º | 0.92% | 0.34% | - |
| XYZ | 3.87 | 1.91 | 8.97 | - |
| YUV | 33.05 | 157.88 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 86 | 0.26 | 0.92 | 0 | 0.66 | 283.29 | 0.85 | 0.18 |
| Hex | 40 | 7 | 56 | 1A | 5C | 0 | 42 | 11B | 55 | 12 |
| Octal | 100 | 7 | 126 | 32 | 134 | 0 | 102 | 433 | 125 | 22 |
| Binary | 1000000 | 111 | 1010110 | 11010 | 1011100 | 0 | 1000010 | 100011011 | 1010101 | 10010 |
Color Harmonies of #400756
Complementary color
Monochromatic Colors of #400756
Black with #400756
Text Example
Text Example
White with #400756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400756; }
p { color: rgb(64,7,86); }
H1.HeaderClassName
{
color: #400756;
}
.AnyTagClassName
{
color: #400756;
}
</style>
background-color css
<style>
a { background-color: #400756; }
a { background-color: rgb(64,7,86); }
div.DivClassName
{
background-color: #400756;
}
.BgClassName
{
background-color: #400756;
}
</style>
border-color css
<style>
span { border-color: #400756; }
span { border-color: rgb(64,7,86); }
td.TdClassName
{
border-color: #400756;
}
.TagClassName
{
border-color: #400756;
}
</style>