Shades of Blackcurrant #410949
Tints of Blackcurrant #410949
RGB
CMYK
RGB Variations
Color information
#410949 (or 0x410949) is known color: Blackcurrant. HEX triplet: 41, 09 and 49. RGB value is (65,9,73). Sum of RGB (Red+Green+Blue) = 65+9+73=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: blue. Hex color #410949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410949 is #BEF6B6. Grayscale: #202020. Windows color (decimal): -12514999 or 4786497. OLE color: 4786497.
HSL color Cylindrical-coordinate representation of color #410949: hue angle of 292.5º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #410949 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 9 | 73 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.71 |
| HSL | 292.5º | 0.78% | 0.16% | - |
| HSV(B) | 292.5º | 0.88% | 0.29% | - |
| XYZ | 3.48 | 1.8 | 6.47 | - |
| YUV | 33.04 | 150.55 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 9 | 73 | 0.11 | 0.88 | 0 | 0.71 | 292.5 | 0.78 | 0.16 |
| Hex | 41 | 9 | 49 | B | 58 | 0 | 47 | 124 | 4E | 10 |
| Octal | 101 | 11 | 111 | 13 | 130 | 0 | 107 | 444 | 116 | 20 |
| Binary | 1000001 | 1001 | 1001001 | 1011 | 1011000 | 0 | 1000111 | 100100100 | 1001110 | 10000 |
Color Harmonies of #410949
Complementary color
Monochromatic Colors of #410949
Black with #410949
Text Example
Text Example
White with #410949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410949; }
p { color: rgb(65,9,73); }
H1.HeaderClassName
{
color: #410949;
}
.AnyTagClassName
{
color: #410949;
}
</style>
background-color css
<style>
a { background-color: #410949; }
a { background-color: rgb(65,9,73); }
div.DivClassName
{
background-color: #410949;
}
.BgClassName
{
background-color: #410949;
}
</style>
border-color css
<style>
span { border-color: #410949; }
span { border-color: rgb(65,9,73); }
td.TdClassName
{
border-color: #410949;
}
.TagClassName
{
border-color: #410949;
}
</style>