Shades of Blackcurrant #400350
Tints of Blackcurrant #400350
RGB
CMYK
RGB Variations
Color information
#400350 (or 0x400350) is known color: Blackcurrant. HEX triplet: 40, 03 and 50. RGB value is (64,3,80). Sum of RGB (Red+Green+Blue) = 64+3+80=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #400350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400350 is #BFFCAF. Grayscale: #1D1D1D. Windows color (decimal): -12582064 or 5243712. OLE color: 5243712.
HSL color Cylindrical-coordinate representation of color #400350: hue angle of 287.53º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400350 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 3 | 80 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.69 |
| HSL | 287.53º | 0.93% | 0.16% | - |
| HSV(B) | 287.53º | 0.96% | 0.31% | - |
| XYZ | 3.59 | 1.73 | 7.73 | - |
| YUV | 30.02 | 156.21 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 3 | 80 | 0.20 | 0.96 | 0 | 0.69 | 287.53 | 0.93 | 0.16 |
| Hex | 40 | 3 | 50 | 14 | 60 | 0 | 45 | 120 | 5D | 10 |
| Octal | 100 | 3 | 120 | 24 | 140 | 0 | 105 | 440 | 135 | 20 |
| Binary | 1000000 | 11 | 1010000 | 10100 | 1100000 | 0 | 1000101 | 100100000 | 1011101 | 10000 |
Color Harmonies of #400350
Complementary color
Monochromatic Colors of #400350
Black with #400350
Text Example
Text Example
White with #400350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400350; }
p { color: rgb(64,3,80); }
H1.HeaderClassName
{
color: #400350;
}
.AnyTagClassName
{
color: #400350;
}
</style>
background-color css
<style>
a { background-color: #400350; }
a { background-color: rgb(64,3,80); }
div.DivClassName
{
background-color: #400350;
}
.BgClassName
{
background-color: #400350;
}
</style>
border-color css
<style>
span { border-color: #400350; }
span { border-color: rgb(64,3,80); }
td.TdClassName
{
border-color: #400350;
}
.TagClassName
{
border-color: #400350;
}
</style>