Shades of Blackcurrant #400447
Tints of Blackcurrant #400447
RGB
CMYK
RGB Variations
Color information
#400447 (or 0x400447) is known color: Blackcurrant. HEX triplet: 40, 04 and 47. RGB value is (64,4,71). Sum of RGB (Red+Green+Blue) = 64+4+71=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 71 (28.12% from 255 or 51.08% from 139); Max value from RGB is 71 - color contains mainly: blue. Hex color #400447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400447 is #BFFBB8. Grayscale: #1D1D1D. Windows color (decimal): -12581817 or 4654144. OLE color: 4654144.
HSL color Cylindrical-coordinate representation of color #400447: hue angle of 293.73º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400447 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 4 | 71 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.72 |
| HSL | 293.73º | 0.89% | 0.15% | - |
| HSV(B) | 293.73º | 0.94% | 0.28% | - |
| XYZ | 3.3 | 1.63 | 6.1 | - |
| YUV | 29.58 | 151.38 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 71 | 0.10 | 0.94 | 0 | 0.72 | 293.73 | 0.89 | 0.15 |
| Hex | 40 | 4 | 47 | A | 5E | 0 | 48 | 126 | 59 | F |
| Octal | 100 | 4 | 107 | 12 | 136 | 0 | 110 | 446 | 131 | 17 |
| Binary | 1000000 | 100 | 1000111 | 1010 | 1011110 | 0 | 1001000 | 100100110 | 1011001 | 1111 |
Color Harmonies of #400447
Complementary color
Monochromatic Colors of #400447
Black with #400447
Text Example
Text Example
White with #400447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400447; }
p { color: rgb(64,4,71); }
H1.HeaderClassName
{
color: #400447;
}
.AnyTagClassName
{
color: #400447;
}
</style>
background-color css
<style>
a { background-color: #400447; }
a { background-color: rgb(64,4,71); }
div.DivClassName
{
background-color: #400447;
}
.BgClassName
{
background-color: #400447;
}
</style>
border-color css
<style>
span { border-color: #400447; }
span { border-color: rgb(64,4,71); }
td.TdClassName
{
border-color: #400447;
}
.TagClassName
{
border-color: #400447;
}
</style>