Shades of Blackcurrant #400354
Tints of Blackcurrant #400354
RGB
CMYK
RGB Variations
Color information
#400354 (or 0x400354) is known color: Blackcurrant. HEX triplet: 40, 03 and 54. RGB value is (64,3,84). Sum of RGB (Red+Green+Blue) = 64+3+84=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 84 (33.20% from 255 or 55.63% from 151); Max value from RGB is 84 - color contains mainly: blue. Hex color #400354 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400354 is #BFFCAB. Grayscale: #1E1E1E. Windows color (decimal): -12582060 or 5505856. OLE color: 5505856.
HSL color Cylindrical-coordinate representation of color #400354: hue angle of 285.19º 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 #400354 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 3 | 84 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.67 |
| HSL | 285.19º | 0.93% | 0.17% | - |
| HSV(B) | 285.19º | 0.96% | 0.33% | - |
| XYZ | 3.75 | 1.8 | 8.54 | - |
| YUV | 30.47 | 158.21 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 3 | 84 | 0.24 | 0.96 | 0 | 0.67 | 285.19 | 0.93 | 0.17 |
| Hex | 40 | 3 | 54 | 18 | 60 | 0 | 43 | 11D | 5D | 11 |
| Octal | 100 | 3 | 124 | 30 | 140 | 0 | 103 | 435 | 135 | 21 |
| Binary | 1000000 | 11 | 1010100 | 11000 | 1100000 | 0 | 1000011 | 100011101 | 1011101 | 10001 |
Color Harmonies of #400354
Complementary color
Monochromatic Colors of #400354
Black with #400354
Text Example
Text Example
White with #400354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400354; }
p { color: rgb(64,3,84); }
H1.HeaderClassName
{
color: #400354;
}
.AnyTagClassName
{
color: #400354;
}
</style>
background-color css
<style>
a { background-color: #400354; }
a { background-color: rgb(64,3,84); }
div.DivClassName
{
background-color: #400354;
}
.BgClassName
{
background-color: #400354;
}
</style>
border-color css
<style>
span { border-color: #400354; }
span { border-color: rgb(64,3,84); }
td.TdClassName
{
border-color: #400354;
}
.TagClassName
{
border-color: #400354;
}
</style>