Shades of Blackcurrant #41124B
Tints of Blackcurrant #41124B
RGB
CMYK
RGB Variations
Color information
#41124B (or 0x41124B) is known color: Blackcurrant. HEX triplet: 41, 12 and 4B. RGB value is (65,18,75). Sum of RGB (Red+Green+Blue) = 65+18+75=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 75 - color contains mainly: blue. Hex color #41124B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41124B is #BEEDB4. Grayscale: #262626. Windows color (decimal): -12512693 or 4919873. OLE color: 4919873.
HSL color Cylindrical-coordinate representation of color #41124B: hue angle of 289.47º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #41124B is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 18 | 75 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.71 |
| HSL | 289.47º | 0.61% | 0.18% | - |
| HSV(B) | 289.47º | 0.76% | 0.29% | - |
| XYZ | 3.67 | 2.06 | 6.86 | - |
| YUV | 38.55 | 148.57 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 18 | 75 | 0.13 | 0.76 | 0 | 0.71 | 289.47 | 0.61 | 0.18 |
| Hex | 41 | 12 | 4B | D | 4C | 0 | 47 | 121 | 3D | 12 |
| Octal | 101 | 22 | 113 | 15 | 114 | 0 | 107 | 441 | 75 | 22 |
| Binary | 1000001 | 10010 | 1001011 | 1101 | 1001100 | 0 | 1000111 | 100100001 | 111101 | 10010 |
Color Harmonies of #41124B
Complementary color
Monochromatic Colors of #41124B
Black with #41124B
Text Example
Text Example
White with #41124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41124B; }
p { color: rgb(65,18,75); }
H1.HeaderClassName
{
color: #41124B;
}
.AnyTagClassName
{
color: #41124B;
}
</style>
background-color css
<style>
a { background-color: #41124B; }
a { background-color: rgb(65,18,75); }
div.DivClassName
{
background-color: #41124B;
}
.BgClassName
{
background-color: #41124B;
}
</style>
border-color css
<style>
span { border-color: #41124B; }
span { border-color: rgb(65,18,75); }
td.TdClassName
{
border-color: #41124B;
}
.TagClassName
{
border-color: #41124B;
}
</style>