Shades of Blackcurrant #400148
Tints of Blackcurrant #400148
RGB
CMYK
RGB Variations
Color information
#400148 (or 0x400148) is known color: Blackcurrant. HEX triplet: 40, 01 and 48. RGB value is (64,1,72). Sum of RGB (Red+Green+Blue) = 64+1+72=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 72 (28.52% from 255 or 52.55% from 137); Max value from RGB is 72 - color contains mainly: blue. Hex color #400148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400148 is #BFFEB7. Grayscale: #1B1B1B. Windows color (decimal): -12582584 or 4718912. OLE color: 4718912.
HSL color Cylindrical-coordinate representation of color #400148: hue angle of 293.24º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #400148 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 1 | 72 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.72 |
| HSL | 293.24º | 0.97% | 0.14% | - |
| HSV(B) | 293.24º | 0.99% | 0.28% | - |
| XYZ | 3.29 | 1.58 | 6.26 | - |
| YUV | 27.93 | 152.87 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 72 | 0.11 | 0.99 | 0 | 0.72 | 293.24 | 0.97 | 0.14 |
| Hex | 40 | 1 | 48 | B | 63 | 0 | 48 | 125 | 61 | E |
| Octal | 100 | 1 | 110 | 13 | 143 | 0 | 110 | 445 | 141 | 16 |
| Binary | 1000000 | 1 | 1001000 | 1011 | 1100011 | 0 | 1001000 | 100100101 | 1100001 | 1110 |
Color Harmonies of #400148
Complementary color
Monochromatic Colors of #400148
Black with #400148
Text Example
Text Example
White with #400148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400148; }
p { color: rgb(64,1,72); }
H1.HeaderClassName
{
color: #400148;
}
.AnyTagClassName
{
color: #400148;
}
</style>
background-color css
<style>
a { background-color: #400148; }
a { background-color: rgb(64,1,72); }
div.DivClassName
{
background-color: #400148;
}
.BgClassName
{
background-color: #400148;
}
</style>
border-color css
<style>
span { border-color: #400148; }
span { border-color: rgb(64,1,72); }
td.TdClassName
{
border-color: #400148;
}
.TagClassName
{
border-color: #400148;
}
</style>