Shades of Blackcurrant #410049
Tints of Blackcurrant #410049
RGB
CMYK
RGB Variations
Color information
#410049 (or 0x410049) is known color: Blackcurrant. HEX triplet: 41, 00 and 49. RGB value is (65,0,73). Sum of RGB (Red+Green+Blue) = 65+0+73=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 73 (28.91% from 255 or 52.90% from 138); Max value from RGB is 73 - color contains mainly: blue. Hex color #410049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410049 is #BEFFB6. Grayscale: #1B1B1B. Windows color (decimal): -12517303 or 4784193. OLE color: 4784193.
HSL color Cylindrical-coordinate representation of color #410049: hue angle of 293.42º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #410049 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 0 | 73 | - |
| CMYK | 0.11 | 1 | 0 | 0.71 |
| HSL | 293.42º | 1% | 0.14% | - |
| HSV(B) | 293.42º | 1% | 0.29% | - |
| XYZ | 3.38 | 1.6 | 6.43 | - |
| YUV | 27.76 | 153.53 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 73 | 0.11 | 1 | 0 | 0.71 | 293.42 | 1 | 0.14 |
| Hex | 41 | 0 | 49 | B | 64 | 0 | 47 | 125 | 64 | E |
| Octal | 101 | 0 | 111 | 13 | 144 | 0 | 107 | 445 | 144 | 16 |
| Binary | 1000001 | 0 | 1001001 | 1011 | 1100100 | 0 | 1000111 | 100100101 | 1100100 | 1110 |
Color Harmonies of #410049
Complementary color
Monochromatic Colors of #410049
Black with #410049
Text Example
Text Example
White with #410049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410049; }
p { color: rgb(65,0,73); }
H1.HeaderClassName
{
color: #410049;
}
.AnyTagClassName
{
color: #410049;
}
</style>
background-color css
<style>
a { background-color: #410049; }
a { background-color: rgb(65,0,73); }
div.DivClassName
{
background-color: #410049;
}
.BgClassName
{
background-color: #410049;
}
</style>
border-color css
<style>
span { border-color: #410049; }
span { border-color: rgb(65,0,73); }
td.TdClassName
{
border-color: #410049;
}
.TagClassName
{
border-color: #410049;
}
</style>