Shades of Blackcurrant #40064B
Tints of Blackcurrant #40064B
RGB
CMYK
RGB Variations
Color information
#40064B (or 0x40064B) is known color: Blackcurrant. HEX triplet: 40, 06 and 4B. RGB value is (64,6,75). Sum of RGB (Red+Green+Blue) = 64+6+75=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 75 (29.69% from 255 or 51.72% from 145); Max value from RGB is 75 - color contains mainly: blue. Hex color #40064B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40064B is #BFF9B4. Grayscale: #1E1E1E. Windows color (decimal): -12581301 or 4916800. OLE color: 4916800.
HSL color Cylindrical-coordinate representation of color #40064B: hue angle of 290.43º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40064B is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 6 | 75 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.71 |
| HSL | 290.43º | 0.85% | 0.16% | - |
| HSV(B) | 290.43º | 0.92% | 0.29% | - |
| XYZ | 3.45 | 1.73 | 6.81 | - |
| YUV | 31.21 | 152.72 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 75 | 0.15 | 0.92 | 0 | 0.71 | 290.43 | 0.85 | 0.16 |
| Hex | 40 | 6 | 4B | F | 5C | 0 | 47 | 122 | 55 | 10 |
| Octal | 100 | 6 | 113 | 17 | 134 | 0 | 107 | 442 | 125 | 20 |
| Binary | 1000000 | 110 | 1001011 | 1111 | 1011100 | 0 | 1000111 | 100100010 | 1010101 | 10000 |
Color Harmonies of #40064B
Complementary color
Monochromatic Colors of #40064B
Black with #40064B
Text Example
Text Example
White with #40064B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40064B; }
p { color: rgb(64,6,75); }
H1.HeaderClassName
{
color: #40064B;
}
.AnyTagClassName
{
color: #40064B;
}
</style>
background-color css
<style>
a { background-color: #40064B; }
a { background-color: rgb(64,6,75); }
div.DivClassName
{
background-color: #40064B;
}
.BgClassName
{
background-color: #40064B;
}
</style>
border-color css
<style>
span { border-color: #40064B; }
span { border-color: rgb(64,6,75); }
td.TdClassName
{
border-color: #40064B;
}
.TagClassName
{
border-color: #40064B;
}
</style>