Shades of Blackcurrant #400048
Tints of Blackcurrant #400048
RGB
CMYK
RGB Variations
Color information
#400048 (or 0x400048) is known color: Blackcurrant. HEX triplet: 40, 00 and 48. RGB value is (64,0,72). Sum of RGB (Red+Green+Blue) = 64+0+72=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #400048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400048 is #BFFFB7. Grayscale: #1B1B1B. Windows color (decimal): -12582840 or 4718656. OLE color: 4718656.
HSL color Cylindrical-coordinate representation of color #400048: hue angle of 293.33º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400048 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 0 | 72 | - |
| CMYK | 0.11 | 1 | 0 | 0.72 |
| HSL | 293.33º | 1% | 0.14% | - |
| HSV(B) | 293.33º | 1% | 0.28% | - |
| XYZ | 3.28 | 1.56 | 6.26 | - |
| YUV | 27.34 | 153.2 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 72 | 0.11 | 1 | 0 | 0.72 | 293.33 | 1 | 0.14 |
| Hex | 40 | 0 | 48 | B | 64 | 0 | 48 | 125 | 64 | E |
| Octal | 100 | 0 | 110 | 13 | 144 | 0 | 110 | 445 | 144 | 16 |
| Binary | 1000000 | 0 | 1001000 | 1011 | 1100100 | 0 | 1001000 | 100100101 | 1100100 | 1110 |
Color Harmonies of #400048
Complementary color
Monochromatic Colors of #400048
Black with #400048
Text Example
Text Example
White with #400048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400048; }
p { color: rgb(64,0,72); }
H1.HeaderClassName
{
color: #400048;
}
.AnyTagClassName
{
color: #400048;
}
</style>
background-color css
<style>
a { background-color: #400048; }
a { background-color: rgb(64,0,72); }
div.DivClassName
{
background-color: #400048;
}
.BgClassName
{
background-color: #400048;
}
</style>
border-color css
<style>
span { border-color: #400048; }
span { border-color: rgb(64,0,72); }
td.TdClassName
{
border-color: #400048;
}
.TagClassName
{
border-color: #400048;
}
</style>