Shades of Blackcurrant #400355
Tints of Blackcurrant #400355
RGB
CMYK
RGB Variations
Color information
#400355 (or 0x400355) is known color: Blackcurrant. HEX triplet: 40, 03 and 55. RGB value is (64,3,85). Sum of RGB (Red+Green+Blue) = 64+3+85=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 85 (33.59% from 255 or 55.92% from 152); Max value from RGB is 85 - color contains mainly: blue. Hex color #400355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400355 is #BFFCAA. Grayscale: #1E1E1E. Windows color (decimal): -12582059 or 5571392. OLE color: 5571392.
HSL color Cylindrical-coordinate representation of color #400355: hue angle of 284.63º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400355 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 3 | 85 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.67 |
| HSL | 284.63º | 0.93% | 0.17% | - |
| HSV(B) | 284.63º | 0.96% | 0.33% | - |
| XYZ | 3.79 | 1.81 | 8.74 | - |
| YUV | 30.59 | 158.71 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 3 | 85 | 0.25 | 0.96 | 0 | 0.67 | 284.63 | 0.93 | 0.17 |
| Hex | 40 | 3 | 55 | 19 | 60 | 0 | 43 | 11D | 5D | 11 |
| Octal | 100 | 3 | 125 | 31 | 140 | 0 | 103 | 435 | 135 | 21 |
| Binary | 1000000 | 11 | 1010101 | 11001 | 1100000 | 0 | 1000011 | 100011101 | 1011101 | 10001 |
Color Harmonies of #400355
Complementary color
Monochromatic Colors of #400355
Black with #400355
Text Example
Text Example
White with #400355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400355; }
p { color: rgb(64,3,85); }
H1.HeaderClassName
{
color: #400355;
}
.AnyTagClassName
{
color: #400355;
}
</style>
background-color css
<style>
a { background-color: #400355; }
a { background-color: rgb(64,3,85); }
div.DivClassName
{
background-color: #400355;
}
.BgClassName
{
background-color: #400355;
}
</style>
border-color css
<style>
span { border-color: #400355; }
span { border-color: rgb(64,3,85); }
td.TdClassName
{
border-color: #400355;
}
.TagClassName
{
border-color: #400355;
}
</style>