Shades of Blackcurrant #41004F
Tints of Blackcurrant #41004F
RGB
CMYK
RGB Variations
Color information
#41004F (or 0x41004F) is known color: Blackcurrant. HEX triplet: 41, 00 and 4F. RGB value is (65,0,79). Sum of RGB (Red+Green+Blue) = 65+0+79=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 79 (31.25% from 255 or 54.86% from 144); Max value from RGB is 79 - color contains mainly: blue. Hex color #41004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41004F is #BEFFB0. Grayscale: #1C1C1C. Windows color (decimal): -12517297 or 5177409. OLE color: 5177409.
HSL color Cylindrical-coordinate representation of color #41004F: hue angle of 289.37º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41004F is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 0 | 79 | - |
| CMYK | 0.18 | 1 | 0 | 0.69 |
| HSL | 289.37º | 1% | 0.15% | - |
| HSV(B) | 289.37º | 1% | 0.31% | - |
| XYZ | 3.59 | 1.69 | 7.53 | - |
| YUV | 28.44 | 156.53 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 79 | 0.18 | 1 | 0 | 0.69 | 289.37 | 1 | 0.15 |
| Hex | 41 | 0 | 4F | 12 | 64 | 0 | 45 | 121 | 64 | F |
| Octal | 101 | 0 | 117 | 22 | 144 | 0 | 105 | 441 | 144 | 17 |
| Binary | 1000001 | 0 | 1001111 | 10010 | 1100100 | 0 | 1000101 | 100100001 | 1100100 | 1111 |
Color Harmonies of #41004F
Complementary color
Monochromatic Colors of #41004F
Black with #41004F
Text Example
Text Example
White with #41004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41004F; }
p { color: rgb(65,0,79); }
H1.HeaderClassName
{
color: #41004F;
}
.AnyTagClassName
{
color: #41004F;
}
</style>
background-color css
<style>
a { background-color: #41004F; }
a { background-color: rgb(65,0,79); }
div.DivClassName
{
background-color: #41004F;
}
.BgClassName
{
background-color: #41004F;
}
</style>
border-color css
<style>
span { border-color: #41004F; }
span { border-color: rgb(65,0,79); }
td.TdClassName
{
border-color: #41004F;
}
.TagClassName
{
border-color: #41004F;
}
</style>