Shades of Blackcurrant #400055
Tints of Blackcurrant #400055
RGB
CMYK
RGB Variations
Color information
#400055 (or 0x400055) is known color: Blackcurrant. HEX triplet: 40, 00 and 55. RGB value is (64,0,85). Sum of RGB (Red+Green+Blue) = 64+0+85=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 85 (33.59% from 255 or 57.05% from 149); Max value from RGB is 85 - color contains mainly: blue. Hex color #400055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400055 is #BFFFAA. Grayscale: #1C1C1C. Windows color (decimal): -12582827 or 5570624. OLE color: 5570624.
HSL color Cylindrical-coordinate representation of color #400055: hue angle of 285.18º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400055 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 0 | 85 | - |
| CMYK | 0.25 | 1 | 0 | 0.67 |
| HSL | 285.18º | 1% | 0.17% | - |
| HSV(B) | 285.18º | 1% | 0.33% | - |
| XYZ | 3.75 | 1.75 | 8.73 | - |
| YUV | 28.83 | 159.7 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 85 | 0.25 | 1 | 0 | 0.67 | 285.18 | 1 | 0.17 |
| Hex | 40 | 0 | 55 | 19 | 64 | 0 | 43 | 11D | 64 | 11 |
| Octal | 100 | 0 | 125 | 31 | 144 | 0 | 103 | 435 | 144 | 21 |
| Binary | 1000000 | 0 | 1010101 | 11001 | 1100100 | 0 | 1000011 | 100011101 | 1100100 | 10001 |
Color Harmonies of #400055
Complementary color
Monochromatic Colors of #400055
Black with #400055
Text Example
Text Example
White with #400055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400055; }
p { color: rgb(64,0,85); }
H1.HeaderClassName
{
color: #400055;
}
.AnyTagClassName
{
color: #400055;
}
</style>
background-color css
<style>
a { background-color: #400055; }
a { background-color: rgb(64,0,85); }
div.DivClassName
{
background-color: #400055;
}
.BgClassName
{
background-color: #400055;
}
</style>
border-color css
<style>
span { border-color: #400055; }
span { border-color: rgb(64,0,85); }
td.TdClassName
{
border-color: #400055;
}
.TagClassName
{
border-color: #400055;
}
</style>