Shades of Blackcurrant #400153
Tints of Blackcurrant #400153
RGB
CMYK
RGB Variations
Color information
#400153 (or 0x400153) is known color: Blackcurrant. HEX triplet: 40, 01 and 53. RGB value is (64,1,83). Sum of RGB (Red+Green+Blue) = 64+1+83=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 83 (32.81% from 255 or 56.08% from 148); Max value from RGB is 83 - color contains mainly: blue. Hex color #400153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400153 is #BFFEAC. Grayscale: #1C1C1C. Windows color (decimal): -12582573 or 5439808. OLE color: 5439808.
HSL color Cylindrical-coordinate representation of color #400153: hue angle of 286.1º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #400153 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 1 | 83 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.67 |
| HSL | 286.1º | 0.98% | 0.16% | - |
| HSV(B) | 286.1º | 0.99% | 0.33% | - |
| XYZ | 3.69 | 1.74 | 8.32 | - |
| YUV | 29.19 | 158.37 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 83 | 0.23 | 0.99 | 0 | 0.67 | 286.1 | 0.98 | 0.16 |
| Hex | 40 | 1 | 53 | 17 | 63 | 0 | 43 | 11E | 62 | 10 |
| Octal | 100 | 1 | 123 | 27 | 143 | 0 | 103 | 436 | 142 | 20 |
| Binary | 1000000 | 1 | 1010011 | 10111 | 1100011 | 0 | 1000011 | 100011110 | 1100010 | 10000 |
Color Harmonies of #400153
Complementary color
Monochromatic Colors of #400153
Black with #400153
Text Example
Text Example
White with #400153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400153; }
p { color: rgb(64,1,83); }
H1.HeaderClassName
{
color: #400153;
}
.AnyTagClassName
{
color: #400153;
}
</style>
background-color css
<style>
a { background-color: #400153; }
a { background-color: rgb(64,1,83); }
div.DivClassName
{
background-color: #400153;
}
.BgClassName
{
background-color: #400153;
}
</style>
border-color css
<style>
span { border-color: #400153; }
span { border-color: rgb(64,1,83); }
td.TdClassName
{
border-color: #400153;
}
.TagClassName
{
border-color: #400153;
}
</style>