Shades of Blackcurrant #410348
Tints of Blackcurrant #410348
RGB
CMYK
RGB Variations
Color information
#410348 (or 0x410348) is known color: Blackcurrant. HEX triplet: 41, 03 and 48. RGB value is (65,3,72). Sum of RGB (Red+Green+Blue) = 65+3+72=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 72 (28.52% from 255 or 51.43% from 140); Max value from RGB is 72 - color contains mainly: blue. Hex color #410348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410348 is #BEFCB7. Grayscale: #1D1D1D. Windows color (decimal): -12516536 or 4719425. OLE color: 4719425.
HSL color Cylindrical-coordinate representation of color #410348: hue angle of 293.91º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #410348 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 65 | 3 | 72 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.72 |
| HSL | 293.91º | 0.92% | 0.15% | - |
| HSV(B) | 293.91º | 0.96% | 0.28% | - |
| XYZ | 3.38 | 1.66 | 6.27 | - |
| YUV | 29.4 | 152.04 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 3 | 72 | 0.10 | 0.96 | 0 | 0.72 | 293.91 | 0.92 | 0.15 |
| Hex | 41 | 3 | 48 | A | 60 | 0 | 48 | 126 | 5C | F |
| Octal | 101 | 3 | 110 | 12 | 140 | 0 | 110 | 446 | 134 | 17 |
| Binary | 1000001 | 11 | 1001000 | 1010 | 1100000 | 0 | 1001000 | 100100110 | 1011100 | 1111 |
Color Harmonies of #410348
Complementary color
Monochromatic Colors of #410348
Black with #410348
Text Example
Text Example
White with #410348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410348; }
p { color: rgb(65,3,72); }
H1.HeaderClassName
{
color: #410348;
}
.AnyTagClassName
{
color: #410348;
}
</style>
background-color css
<style>
a { background-color: #410348; }
a { background-color: rgb(65,3,72); }
div.DivClassName
{
background-color: #410348;
}
.BgClassName
{
background-color: #410348;
}
</style>
border-color css
<style>
span { border-color: #410348; }
span { border-color: rgb(65,3,72); }
td.TdClassName
{
border-color: #410348;
}
.TagClassName
{
border-color: #410348;
}
</style>