Shades of Blackcurrant #41014A
Tints of Blackcurrant #41014A
RGB
CMYK
RGB Variations
Color information
#41014A (or 0x41014A) is known color: Blackcurrant. HEX triplet: 41, 01 and 4A. RGB value is (65,1,74). Sum of RGB (Red+Green+Blue) = 65+1+74=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 74 (29.30% from 255 or 52.86% from 140); Max value from RGB is 74 - color contains mainly: blue. Hex color #41014A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41014A is #BEFEB5. Grayscale: #1C1C1C. Windows color (decimal): -12517046 or 4849985. OLE color: 4849985.
HSL color Cylindrical-coordinate representation of color #41014A: hue angle of 292.6º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41014A is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 1 | 74 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.71 |
| HSL | 292.6º | 0.97% | 0.15% | - |
| HSV(B) | 292.6º | 0.99% | 0.29% | - |
| XYZ | 3.43 | 1.64 | 6.61 | - |
| YUV | 28.46 | 153.7 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 74 | 0.12 | 0.99 | 0 | 0.71 | 292.6 | 0.97 | 0.15 |
| Hex | 41 | 1 | 4A | C | 63 | 0 | 47 | 125 | 61 | F |
| Octal | 101 | 1 | 112 | 14 | 143 | 0 | 107 | 445 | 141 | 17 |
| Binary | 1000001 | 1 | 1001010 | 1100 | 1100011 | 0 | 1000111 | 100100101 | 1100001 | 1111 |
Color Harmonies of #41014A
Complementary color
Monochromatic Colors of #41014A
Black with #41014A
Text Example
Text Example
White with #41014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41014A; }
p { color: rgb(65,1,74); }
H1.HeaderClassName
{
color: #41014A;
}
.AnyTagClassName
{
color: #41014A;
}
</style>
background-color css
<style>
a { background-color: #41014A; }
a { background-color: rgb(65,1,74); }
div.DivClassName
{
background-color: #41014A;
}
.BgClassName
{
background-color: #41014A;
}
</style>
border-color css
<style>
span { border-color: #41014A; }
span { border-color: rgb(65,1,74); }
td.TdClassName
{
border-color: #41014A;
}
.TagClassName
{
border-color: #41014A;
}
</style>