Shades of Blackcurrant #400352
Tints of Blackcurrant #400352
RGB
CMYK
RGB Variations
Color information
#400352 (or 0x400352) is known color: Blackcurrant. HEX triplet: 40, 03 and 52. RGB value is (64,3,82). Sum of RGB (Red+Green+Blue) = 64+3+82=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 82 (32.42% from 255 or 55.03% from 149); Max value from RGB is 82 - color contains mainly: blue. Hex color #400352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400352 is #BFFCAD. Grayscale: #1D1D1D. Windows color (decimal): -12582062 or 5374784. OLE color: 5374784.
HSL color Cylindrical-coordinate representation of color #400352: hue angle of 286.33º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400352 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 3 | 82 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.68 |
| HSL | 286.33º | 0.93% | 0.17% | - |
| HSV(B) | 286.33º | 0.96% | 0.32% | - |
| XYZ | 3.67 | 1.76 | 8.13 | - |
| YUV | 30.25 | 157.21 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 3 | 82 | 0.22 | 0.96 | 0 | 0.68 | 286.33 | 0.93 | 0.17 |
| Hex | 40 | 3 | 52 | 16 | 60 | 0 | 44 | 11E | 5D | 11 |
| Octal | 100 | 3 | 122 | 26 | 140 | 0 | 104 | 436 | 135 | 21 |
| Binary | 1000000 | 11 | 1010010 | 10110 | 1100000 | 0 | 1000100 | 100011110 | 1011101 | 10001 |
Color Harmonies of #400352
Complementary color
Monochromatic Colors of #400352
Black with #400352
Text Example
Text Example
White with #400352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400352; }
p { color: rgb(64,3,82); }
H1.HeaderClassName
{
color: #400352;
}
.AnyTagClassName
{
color: #400352;
}
</style>
background-color css
<style>
a { background-color: #400352; }
a { background-color: rgb(64,3,82); }
div.DivClassName
{
background-color: #400352;
}
.BgClassName
{
background-color: #400352;
}
</style>
border-color css
<style>
span { border-color: #400352; }
span { border-color: rgb(64,3,82); }
td.TdClassName
{
border-color: #400352;
}
.TagClassName
{
border-color: #400352;
}
</style>