Shades of Blackcurrant #400855
Tints of Blackcurrant #400855
RGB
CMYK
RGB Variations
Color information
#400855 (or 0x400855) is known color: Blackcurrant. HEX triplet: 40, 08 and 55. RGB value is (64,8,85). Sum of RGB (Red+Green+Blue) = 64+8+85=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #400855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400855 is #BFF7AA. Grayscale: #212121. Windows color (decimal): -12580779 or 5572672. OLE color: 5572672.
HSL color Cylindrical-coordinate representation of color #400855: hue angle of 283.64º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400855 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 8 | 85 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.67 |
| HSL | 283.64º | 0.83% | 0.18% | - |
| HSV(B) | 283.64º | 0.91% | 0.33% | - |
| XYZ | 3.84 | 1.92 | 8.76 | - |
| YUV | 33.52 | 157.05 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 85 | 0.25 | 0.91 | 0 | 0.67 | 283.64 | 0.83 | 0.18 |
| Hex | 40 | 8 | 55 | 19 | 5B | 0 | 43 | 11C | 53 | 12 |
| Octal | 100 | 10 | 125 | 31 | 133 | 0 | 103 | 434 | 123 | 22 |
| Binary | 1000000 | 1000 | 1010101 | 11001 | 1011011 | 0 | 1000011 | 100011100 | 1010011 | 10010 |
Color Harmonies of #400855
Complementary color
Monochromatic Colors of #400855
Black with #400855
Text Example
Text Example
White with #400855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400855; }
p { color: rgb(64,8,85); }
H1.HeaderClassName
{
color: #400855;
}
.AnyTagClassName
{
color: #400855;
}
</style>
background-color css
<style>
a { background-color: #400855; }
a { background-color: rgb(64,8,85); }
div.DivClassName
{
background-color: #400855;
}
.BgClassName
{
background-color: #400855;
}
</style>
border-color css
<style>
span { border-color: #400855; }
span { border-color: rgb(64,8,85); }
td.TdClassName
{
border-color: #400855;
}
.TagClassName
{
border-color: #400855;
}
</style>