Shades of Blackcurrant #400451
Tints of Blackcurrant #400451
RGB
CMYK
RGB Variations
Color information
#400451 (or 0x400451) is known color: Blackcurrant. HEX triplet: 40, 04 and 51. RGB value is (64,4,81). Sum of RGB (Red+Green+Blue) = 64+4+81=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 81 (32.03% from 255 or 54.36% from 149); Max value from RGB is 81 - color contains mainly: blue. Hex color #400451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400451 is #BFFBAE. Grayscale: #1E1E1E. Windows color (decimal): -12581807 or 5309504. OLE color: 5309504.
HSL color Cylindrical-coordinate representation of color #400451: hue angle of 286.75º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400451 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 4 | 81 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.68 |
| HSL | 286.75º | 0.91% | 0.17% | - |
| HSV(B) | 286.75º | 0.95% | 0.32% | - |
| XYZ | 3.64 | 1.77 | 7.93 | - |
| YUV | 30.72 | 156.38 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 81 | 0.21 | 0.95 | 0 | 0.68 | 286.75 | 0.91 | 0.17 |
| Hex | 40 | 4 | 51 | 15 | 5F | 0 | 44 | 11F | 5B | 11 |
| Octal | 100 | 4 | 121 | 25 | 137 | 0 | 104 | 437 | 133 | 21 |
| Binary | 1000000 | 100 | 1010001 | 10101 | 1011111 | 0 | 1000100 | 100011111 | 1011011 | 10001 |
Color Harmonies of #400451
Complementary color
Monochromatic Colors of #400451
Black with #400451
Text Example
Text Example
White with #400451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400451; }
p { color: rgb(64,4,81); }
H1.HeaderClassName
{
color: #400451;
}
.AnyTagClassName
{
color: #400451;
}
</style>
background-color css
<style>
a { background-color: #400451; }
a { background-color: rgb(64,4,81); }
div.DivClassName
{
background-color: #400451;
}
.BgClassName
{
background-color: #400451;
}
</style>
border-color css
<style>
span { border-color: #400451; }
span { border-color: rgb(64,4,81); }
td.TdClassName
{
border-color: #400451;
}
.TagClassName
{
border-color: #400451;
}
</style>