Shades of Blackcurrant #401149
Tints of Blackcurrant #401149
RGB
CMYK
RGB Variations
Color information
#401149 (or 0x401149) is known color: Blackcurrant. HEX triplet: 40, 11 and 49. RGB value is (64,17,73). Sum of RGB (Red+Green+Blue) = 64+17+73=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 73 (28.91% from 255 or 47.40% from 154); Max value from RGB is 73 - color contains mainly: blue. Hex color #401149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401149 is #BFEEB6. Grayscale: #252525. Windows color (decimal): -12578487 or 4788544. OLE color: 4788544.
HSL color Cylindrical-coordinate representation of color #401149: hue angle of 290.36º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #401149 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 17 | 73 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.71 |
| HSL | 290.36º | 0.62% | 0.18% | - |
| HSV(B) | 290.36º | 0.77% | 0.29% | - |
| XYZ | 3.52 | 1.97 | 6.5 | - |
| YUV | 37.44 | 148.07 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 73 | 0.12 | 0.77 | 0 | 0.71 | 290.36 | 0.62 | 0.18 |
| Hex | 40 | 11 | 49 | C | 4D | 0 | 47 | 122 | 3E | 12 |
| Octal | 100 | 21 | 111 | 14 | 115 | 0 | 107 | 442 | 76 | 22 |
| Binary | 1000000 | 10001 | 1001001 | 1100 | 1001101 | 0 | 1000111 | 100100010 | 111110 | 10010 |
Color Harmonies of #401149
Complementary color
Monochromatic Colors of #401149
Black with #401149
Text Example
Text Example
White with #401149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401149; }
p { color: rgb(64,17,73); }
H1.HeaderClassName
{
color: #401149;
}
.AnyTagClassName
{
color: #401149;
}
</style>
background-color css
<style>
a { background-color: #401149; }
a { background-color: rgb(64,17,73); }
div.DivClassName
{
background-color: #401149;
}
.BgClassName
{
background-color: #401149;
}
</style>
border-color css
<style>
span { border-color: #401149; }
span { border-color: rgb(64,17,73); }
td.TdClassName
{
border-color: #401149;
}
.TagClassName
{
border-color: #401149;
}
</style>