Shades of Blackcurrant #41054C
Tints of Blackcurrant #41054C
RGB
CMYK
RGB Variations
Color information
#41054C (or 0x41054C) is known color: Blackcurrant. HEX triplet: 41, 05 and 4C. RGB value is (65,5,76). Sum of RGB (Red+Green+Blue) = 65+5+76=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #41054C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41054C is #BEFAB3. Grayscale: #1E1E1E. Windows color (decimal): -12516020 or 4982081. OLE color: 4982081.
HSL color Cylindrical-coordinate representation of color #41054C: hue angle of 290.7º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #41054C is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 5 | 76 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.70 |
| HSL | 290.7º | 0.88% | 0.16% | - |
| HSV(B) | 290.7º | 0.93% | 0.3% | - |
| XYZ | 3.54 | 1.75 | 6.99 | - |
| YUV | 31.03 | 153.38 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 5 | 76 | 0.14 | 0.93 | 0 | 0.70 | 290.7 | 0.88 | 0.16 |
| Hex | 41 | 5 | 4C | E | 5D | 0 | 46 | 123 | 58 | 10 |
| Octal | 101 | 5 | 114 | 16 | 135 | 0 | 106 | 443 | 130 | 20 |
| Binary | 1000001 | 101 | 1001100 | 1110 | 1011101 | 0 | 1000110 | 100100011 | 1011000 | 10000 |
Color Harmonies of #41054C
Complementary color
Monochromatic Colors of #41054C
Black with #41054C
Text Example
Text Example
White with #41054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41054C; }
p { color: rgb(65,5,76); }
H1.HeaderClassName
{
color: #41054C;
}
.AnyTagClassName
{
color: #41054C;
}
</style>
background-color css
<style>
a { background-color: #41054C; }
a { background-color: rgb(65,5,76); }
div.DivClassName
{
background-color: #41054C;
}
.BgClassName
{
background-color: #41054C;
}
</style>
border-color css
<style>
span { border-color: #41054C; }
span { border-color: rgb(65,5,76); }
td.TdClassName
{
border-color: #41054C;
}
.TagClassName
{
border-color: #41054C;
}
</style>