Shades of Blackcurrant #41084B
Tints of Blackcurrant #41084B
RGB
CMYK
RGB Variations
Color information
#41084B (or 0x41084B) is known color: Blackcurrant. HEX triplet: 41, 08 and 4B. RGB value is (65,8,75). Sum of RGB (Red+Green+Blue) = 65+8+75=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 75 (29.69% from 255 or 50.68% from 148); Max value from RGB is 75 - color contains mainly: blue. Hex color #41084B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41084B is #BEF7B4. Grayscale: #202020. Windows color (decimal): -12515253 or 4917313. OLE color: 4917313.
HSL color Cylindrical-coordinate representation of color #41084B: hue angle of 291.04º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41084B is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 8 | 75 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.71 |
| HSL | 291.04º | 0.81% | 0.16% | - |
| HSV(B) | 291.04º | 0.89% | 0.29% | - |
| XYZ | 3.54 | 1.81 | 6.82 | - |
| YUV | 32.68 | 151.88 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 8 | 75 | 0.13 | 0.89 | 0 | 0.71 | 291.04 | 0.81 | 0.16 |
| Hex | 41 | 8 | 4B | D | 59 | 0 | 47 | 123 | 51 | 10 |
| Octal | 101 | 10 | 113 | 15 | 131 | 0 | 107 | 443 | 121 | 20 |
| Binary | 1000001 | 1000 | 1001011 | 1101 | 1011001 | 0 | 1000111 | 100100011 | 1010001 | 10000 |
Color Harmonies of #41084B
Complementary color
Monochromatic Colors of #41084B
Black with #41084B
Text Example
Text Example
White with #41084B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41084B; }
p { color: rgb(65,8,75); }
H1.HeaderClassName
{
color: #41084B;
}
.AnyTagClassName
{
color: #41084B;
}
</style>
background-color css
<style>
a { background-color: #41084B; }
a { background-color: rgb(65,8,75); }
div.DivClassName
{
background-color: #41084B;
}
.BgClassName
{
background-color: #41084B;
}
</style>
border-color css
<style>
span { border-color: #41084B; }
span { border-color: rgb(65,8,75); }
td.TdClassName
{
border-color: #41084B;
}
.TagClassName
{
border-color: #41084B;
}
</style>