Shades of Blackcurrant #400851
Tints of Blackcurrant #400851
RGB
CMYK
RGB Variations
Color information
#400851 (or 0x400851) is known color: Blackcurrant. HEX triplet: 40, 08 and 51. RGB value is (64,8,81). Sum of RGB (Red+Green+Blue) = 64+8+81=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 81 (32.03% from 255 or 52.94% from 153); Max value from RGB is 81 - color contains mainly: blue. Hex color #400851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400851 is #BFF7AE. Grayscale: #202020. Windows color (decimal): -12580783 or 5310528. OLE color: 5310528.
HSL color Cylindrical-coordinate representation of color #400851: hue angle of 286.03º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #400851 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 8 | 81 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.68 |
| HSL | 286.03º | 0.82% | 0.17% | - |
| HSV(B) | 286.03º | 0.9% | 0.32% | - |
| XYZ | 3.69 | 1.86 | 7.95 | - |
| YUV | 33.07 | 155.05 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 81 | 0.21 | 0.90 | 0 | 0.68 | 286.03 | 0.82 | 0.17 |
| Hex | 40 | 8 | 51 | 15 | 5A | 0 | 44 | 11E | 52 | 11 |
| Octal | 100 | 10 | 121 | 25 | 132 | 0 | 104 | 436 | 122 | 21 |
| Binary | 1000000 | 1000 | 1010001 | 10101 | 1011010 | 0 | 1000100 | 100011110 | 1010010 | 10001 |
Color Harmonies of #400851
Complementary color
Monochromatic Colors of #400851
Black with #400851
Text Example
Text Example
White with #400851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400851; }
p { color: rgb(64,8,81); }
H1.HeaderClassName
{
color: #400851;
}
.AnyTagClassName
{
color: #400851;
}
</style>
background-color css
<style>
a { background-color: #400851; }
a { background-color: rgb(64,8,81); }
div.DivClassName
{
background-color: #400851;
}
.BgClassName
{
background-color: #400851;
}
</style>
border-color css
<style>
span { border-color: #400851; }
span { border-color: rgb(64,8,81); }
td.TdClassName
{
border-color: #400851;
}
.TagClassName
{
border-color: #400851;
}
</style>