Shades of Blackcurrant #400255
Tints of Blackcurrant #400255
RGB
CMYK
RGB Variations
Color information
#400255 (or 0x400255) is known color: Blackcurrant. HEX triplet: 40, 02 and 55. RGB value is (64,2,85). Sum of RGB (Red+Green+Blue) = 64+2+85=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 85 (33.59% from 255 or 56.29% from 151); Max value from RGB is 85 - color contains mainly: blue. Hex color #400255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400255 is #BFFDAA. Grayscale: #1D1D1D. Windows color (decimal): -12582315 or 5571136. OLE color: 5571136.
HSL color Cylindrical-coordinate representation of color #400255: hue angle of 284.82º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400255 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 2 | 85 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.67 |
| HSL | 284.82º | 0.95% | 0.17% | - |
| HSV(B) | 284.82º | 0.98% | 0.33% | - |
| XYZ | 3.78 | 1.79 | 8.74 | - |
| YUV | 30 | 159.04 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 85 | 0.25 | 0.98 | 0 | 0.67 | 284.82 | 0.95 | 0.17 |
| Hex | 40 | 2 | 55 | 19 | 62 | 0 | 43 | 11D | 5F | 11 |
| Octal | 100 | 2 | 125 | 31 | 142 | 0 | 103 | 435 | 137 | 21 |
| Binary | 1000000 | 10 | 1010101 | 11001 | 1100010 | 0 | 1000011 | 100011101 | 1011111 | 10001 |
Color Harmonies of #400255
Complementary color
Monochromatic Colors of #400255
Black with #400255
Text Example
Text Example
White with #400255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400255; }
p { color: rgb(64,2,85); }
H1.HeaderClassName
{
color: #400255;
}
.AnyTagClassName
{
color: #400255;
}
</style>
background-color css
<style>
a { background-color: #400255; }
a { background-color: rgb(64,2,85); }
div.DivClassName
{
background-color: #400255;
}
.BgClassName
{
background-color: #400255;
}
</style>
border-color css
<style>
span { border-color: #400255; }
span { border-color: rgb(64,2,85); }
td.TdClassName
{
border-color: #400255;
}
.TagClassName
{
border-color: #400255;
}
</style>