Shades of Blackcurrant #40054B
Tints of Blackcurrant #40054B
RGB
CMYK
RGB Variations
Color information
#40054B (or 0x40054B) is known color: Blackcurrant. HEX triplet: 40, 05 and 4B. RGB value is (64,5,75). Sum of RGB (Red+Green+Blue) = 64+5+75=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 75 (29.69% from 255 or 52.08% from 144); Max value from RGB is 75 - color contains mainly: blue. Hex color #40054B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40054B is #BFFAB4. Grayscale: #1E1E1E. Windows color (decimal): -12581557 or 4916544. OLE color: 4916544.
HSL color Cylindrical-coordinate representation of color #40054B: hue angle of 290.57º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #40054B is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 5 | 75 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.71 |
| HSL | 290.57º | 0.88% | 0.16% | - |
| HSV(B) | 290.57º | 0.93% | 0.29% | - |
| XYZ | 3.44 | 1.71 | 6.8 | - |
| YUV | 30.62 | 153.05 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 75 | 0.15 | 0.93 | 0 | 0.71 | 290.57 | 0.88 | 0.16 |
| Hex | 40 | 5 | 4B | F | 5D | 0 | 47 | 123 | 58 | 10 |
| Octal | 100 | 5 | 113 | 17 | 135 | 0 | 107 | 443 | 130 | 20 |
| Binary | 1000000 | 101 | 1001011 | 1111 | 1011101 | 0 | 1000111 | 100100011 | 1011000 | 10000 |
Color Harmonies of #40054B
Complementary color
Monochromatic Colors of #40054B
Black with #40054B
Text Example
Text Example
White with #40054B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40054B; }
p { color: rgb(64,5,75); }
H1.HeaderClassName
{
color: #40054B;
}
.AnyTagClassName
{
color: #40054B;
}
</style>
background-color css
<style>
a { background-color: #40054B; }
a { background-color: rgb(64,5,75); }
div.DivClassName
{
background-color: #40054B;
}
.BgClassName
{
background-color: #40054B;
}
</style>
border-color css
<style>
span { border-color: #40054B; }
span { border-color: rgb(64,5,75); }
td.TdClassName
{
border-color: #40054B;
}
.TagClassName
{
border-color: #40054B;
}
</style>