Shades of Blackcurrant #41004C
Tints of Blackcurrant #41004C
RGB
CMYK
RGB Variations
Color information
#41004C (or 0x41004C) is known color: Blackcurrant. HEX triplet: 41, 00 and 4C. RGB value is (65,0,76). Sum of RGB (Red+Green+Blue) = 65+0+76=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 76 (30.08% from 255 or 53.90% from 141); Max value from RGB is 76 - color contains mainly: blue. Hex color #41004C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41004C is #BEFFB3. Grayscale: #1B1B1B. Windows color (decimal): -12517300 or 4980801. OLE color: 4980801.
HSL color Cylindrical-coordinate representation of color #41004C: hue angle of 291.32º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41004C is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 0 | 76 | - |
| CMYK | 0.14 | 1 | 0 | 0.70 |
| HSL | 291.32º | 1% | 0.15% | - |
| HSV(B) | 291.32º | 1% | 0.3% | - |
| XYZ | 3.48 | 1.65 | 6.97 | - |
| YUV | 28.1 | 155.03 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 76 | 0.14 | 1 | 0 | 0.70 | 291.32 | 1 | 0.15 |
| Hex | 41 | 0 | 4C | E | 64 | 0 | 46 | 123 | 64 | F |
| Octal | 101 | 0 | 114 | 16 | 144 | 0 | 106 | 443 | 144 | 17 |
| Binary | 1000001 | 0 | 1001100 | 1110 | 1100100 | 0 | 1000110 | 100100011 | 1100100 | 1111 |
Color Harmonies of #41004C
Complementary color
Monochromatic Colors of #41004C
Black with #41004C
Text Example
Text Example
White with #41004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41004C; }
p { color: rgb(65,0,76); }
H1.HeaderClassName
{
color: #41004C;
}
.AnyTagClassName
{
color: #41004C;
}
</style>
background-color css
<style>
a { background-color: #41004C; }
a { background-color: rgb(65,0,76); }
div.DivClassName
{
background-color: #41004C;
}
.BgClassName
{
background-color: #41004C;
}
</style>
border-color css
<style>
span { border-color: #41004C; }
span { border-color: rgb(65,0,76); }
td.TdClassName
{
border-color: #41004C;
}
.TagClassName
{
border-color: #41004C;
}
</style>