Shades of Blackcurrant #40104B
Tints of Blackcurrant #40104B
RGB
CMYK
RGB Variations
Color information
#40104B (or 0x40104B) is known color: Blackcurrant. HEX triplet: 40, 10 and 4B. RGB value is (64,16,75). Sum of RGB (Red+Green+Blue) = 64+16+75=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 75 - color contains mainly: blue. Hex color #40104B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40104B is #BFEFB4. Grayscale: #242424. Windows color (decimal): -12578741 or 4919360. OLE color: 4919360.
HSL color Cylindrical-coordinate representation of color #40104B: hue angle of 288.81º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40104B is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 16 | 75 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.71 |
| HSL | 288.81º | 0.65% | 0.18% | - |
| HSV(B) | 288.81º | 0.79% | 0.29% | - |
| XYZ | 3.57 | 1.97 | 6.85 | - |
| YUV | 37.08 | 149.4 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 75 | 0.15 | 0.79 | 0 | 0.71 | 288.81 | 0.65 | 0.18 |
| Hex | 40 | 10 | 4B | F | 4F | 0 | 47 | 121 | 41 | 12 |
| Octal | 100 | 20 | 113 | 17 | 117 | 0 | 107 | 441 | 101 | 22 |
| Binary | 1000000 | 10000 | 1001011 | 1111 | 1001111 | 0 | 1000111 | 100100001 | 1000001 | 10010 |
Color Harmonies of #40104B
Complementary color
Monochromatic Colors of #40104B
Black with #40104B
Text Example
Text Example
White with #40104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40104B; }
p { color: rgb(64,16,75); }
H1.HeaderClassName
{
color: #40104B;
}
.AnyTagClassName
{
color: #40104B;
}
</style>
background-color css
<style>
a { background-color: #40104B; }
a { background-color: rgb(64,16,75); }
div.DivClassName
{
background-color: #40104B;
}
.BgClassName
{
background-color: #40104B;
}
</style>
border-color css
<style>
span { border-color: #40104B; }
span { border-color: rgb(64,16,75); }
td.TdClassName
{
border-color: #40104B;
}
.TagClassName
{
border-color: #40104B;
}
</style>