Shades of Blackcurrant #41134C
Tints of Blackcurrant #41134C
RGB
CMYK
RGB Variations
Color information
#41134C (or 0x41134C) is known color: Blackcurrant. HEX triplet: 41, 13 and 4C. RGB value is (65,19,76). Sum of RGB (Red+Green+Blue) = 65+19+76=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 76 (30.08% from 255 or 47.5% from 160); Max value from RGB is 76 - color contains mainly: blue. Hex color #41134C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41134C is #BEECB3. Grayscale: #272727. Windows color (decimal): -12512436 or 4985665. OLE color: 4985665.
HSL color Cylindrical-coordinate representation of color #41134C: hue angle of 288.42º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41134C is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 19 | 76 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.70 |
| HSL | 288.42º | 0.6% | 0.19% | - |
| HSV(B) | 288.42º | 0.75% | 0.3% | - |
| XYZ | 3.72 | 2.11 | 7.05 | - |
| YUV | 39.25 | 148.74 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 76 | 0.14 | 0.75 | 0 | 0.70 | 288.42 | 0.6 | 0.19 |
| Hex | 41 | 13 | 4C | E | 4B | 0 | 46 | 120 | 3C | 13 |
| Octal | 101 | 23 | 114 | 16 | 113 | 0 | 106 | 440 | 74 | 23 |
| Binary | 1000001 | 10011 | 1001100 | 1110 | 1001011 | 0 | 1000110 | 100100000 | 111100 | 10011 |
Color Harmonies of #41134C
Complementary color
Monochromatic Colors of #41134C
Black with #41134C
Text Example
Text Example
White with #41134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41134C; }
p { color: rgb(65,19,76); }
H1.HeaderClassName
{
color: #41134C;
}
.AnyTagClassName
{
color: #41134C;
}
</style>
background-color css
<style>
a { background-color: #41134C; }
a { background-color: rgb(65,19,76); }
div.DivClassName
{
background-color: #41134C;
}
.BgClassName
{
background-color: #41134C;
}
</style>
border-color css
<style>
span { border-color: #41134C; }
span { border-color: rgb(65,19,76); }
td.TdClassName
{
border-color: #41134C;
}
.TagClassName
{
border-color: #41134C;
}
</style>