Shades of Blackcurrant #400448
Tints of Blackcurrant #400448
RGB
CMYK
RGB Variations
Color information
#400448 (or 0x400448) is known color: Blackcurrant. HEX triplet: 40, 04 and 48. RGB value is (64,4,72). Sum of RGB (Red+Green+Blue) = 64+4+72=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 72 (28.52% from 255 or 51.43% from 140); Max value from RGB is 72 - color contains mainly: blue. Hex color #400448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400448 is #BFFBB7. Grayscale: #1D1D1D. Windows color (decimal): -12581816 or 4719680. OLE color: 4719680.
HSL color Cylindrical-coordinate representation of color #400448: hue angle of 292.94º 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 #400448 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 4 | 72 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.72 |
| HSL | 292.94º | 0.89% | 0.15% | - |
| HSV(B) | 292.94º | 0.94% | 0.28% | - |
| XYZ | 3.33 | 1.64 | 6.27 | - |
| YUV | 29.69 | 151.88 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 72 | 0.11 | 0.94 | 0 | 0.72 | 292.94 | 0.89 | 0.15 |
| Hex | 40 | 4 | 48 | B | 5E | 0 | 48 | 125 | 59 | F |
| Octal | 100 | 4 | 110 | 13 | 136 | 0 | 110 | 445 | 131 | 17 |
| Binary | 1000000 | 100 | 1001000 | 1011 | 1011110 | 0 | 1001000 | 100100101 | 1011001 | 1111 |
Color Harmonies of #400448
Complementary color
Monochromatic Colors of #400448
Black with #400448
Text Example
Text Example
White with #400448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400448; }
p { color: rgb(64,4,72); }
H1.HeaderClassName
{
color: #400448;
}
.AnyTagClassName
{
color: #400448;
}
</style>
background-color css
<style>
a { background-color: #400448; }
a { background-color: rgb(64,4,72); }
div.DivClassName
{
background-color: #400448;
}
.BgClassName
{
background-color: #400448;
}
</style>
border-color css
<style>
span { border-color: #400448; }
span { border-color: rgb(64,4,72); }
td.TdClassName
{
border-color: #400448;
}
.TagClassName
{
border-color: #400448;
}
</style>