Shades of Blackcurrant #410D4C
Tints of Blackcurrant #410D4C
RGB
CMYK
RGB Variations
Color information
#410D4C (or 0x410D4C) is known color: Blackcurrant. HEX triplet: 41, 0D and 4C. RGB value is (65,13,76). Sum of RGB (Red+Green+Blue) = 65+13+76=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 76 (30.08% from 255 or 49.35% from 154); Max value from RGB is 76 - color contains mainly: blue. Hex color #410D4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410D4C is #BEF2B3. Grayscale: #232323. Windows color (decimal): -12513972 or 4984129. OLE color: 4984129.
HSL color Cylindrical-coordinate representation of color #410D4C: hue angle of 289.52º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #410D4C is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 13 | 76 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.70 |
| HSL | 289.52º | 0.71% | 0.17% | - |
| HSV(B) | 289.52º | 0.83% | 0.3% | - |
| XYZ | 3.63 | 1.93 | 7.02 | - |
| YUV | 35.73 | 150.73 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 13 | 76 | 0.14 | 0.83 | 0 | 0.70 | 289.52 | 0.71 | 0.17 |
| Hex | 41 | D | 4C | E | 53 | 0 | 46 | 122 | 47 | 11 |
| Octal | 101 | 15 | 114 | 16 | 123 | 0 | 106 | 442 | 107 | 21 |
| Binary | 1000001 | 1101 | 1001100 | 1110 | 1010011 | 0 | 1000110 | 100100010 | 1000111 | 10001 |
Color Harmonies of #410D4C
Complementary color
Monochromatic Colors of #410D4C
Black with #410D4C
Text Example
Text Example
White with #410D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410D4C; }
p { color: rgb(65,13,76); }
H1.HeaderClassName
{
color: #410D4C;
}
.AnyTagClassName
{
color: #410D4C;
}
</style>
background-color css
<style>
a { background-color: #410D4C; }
a { background-color: rgb(65,13,76); }
div.DivClassName
{
background-color: #410D4C;
}
.BgClassName
{
background-color: #410D4C;
}
</style>
border-color css
<style>
span { border-color: #410D4C; }
span { border-color: rgb(65,13,76); }
td.TdClassName
{
border-color: #410D4C;
}
.TagClassName
{
border-color: #410D4C;
}
</style>