Shades of Blackcurrant #400250
Tints of Blackcurrant #400250
RGB
CMYK
RGB Variations
Color information
#400250 (or 0x400250) is known color: Blackcurrant. HEX triplet: 40, 02 and 50. RGB value is (64,2,80). Sum of RGB (Red+Green+Blue) = 64+2+80=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #400250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400250 is #BFFDAF. Grayscale: #1D1D1D. Windows color (decimal): -12582320 or 5243456. OLE color: 5243456.
HSL color Cylindrical-coordinate representation of color #400250: hue angle of 287.69º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400250 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 2 | 80 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.69 |
| HSL | 287.69º | 0.95% | 0.16% | - |
| HSV(B) | 287.69º | 0.98% | 0.31% | - |
| XYZ | 3.58 | 1.71 | 7.73 | - |
| YUV | 29.43 | 156.54 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 80 | 0.20 | 0.98 | 0 | 0.69 | 287.69 | 0.95 | 0.16 |
| Hex | 40 | 2 | 50 | 14 | 62 | 0 | 45 | 120 | 5F | 10 |
| Octal | 100 | 2 | 120 | 24 | 142 | 0 | 105 | 440 | 137 | 20 |
| Binary | 1000000 | 10 | 1010000 | 10100 | 1100010 | 0 | 1000101 | 100100000 | 1011111 | 10000 |
Color Harmonies of #400250
Complementary color
Monochromatic Colors of #400250
Black with #400250
Text Example
Text Example
White with #400250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400250; }
p { color: rgb(64,2,80); }
H1.HeaderClassName
{
color: #400250;
}
.AnyTagClassName
{
color: #400250;
}
</style>
background-color css
<style>
a { background-color: #400250; }
a { background-color: rgb(64,2,80); }
div.DivClassName
{
background-color: #400250;
}
.BgClassName
{
background-color: #400250;
}
</style>
border-color css
<style>
span { border-color: #400250; }
span { border-color: rgb(64,2,80); }
td.TdClassName
{
border-color: #400250;
}
.TagClassName
{
border-color: #400250;
}
</style>