Shades of Blackcurrant #41094A
Tints of Blackcurrant #41094A
RGB
CMYK
RGB Variations
Color information
#41094A (or 0x41094A) is known color: Blackcurrant. HEX triplet: 41, 09 and 4A. RGB value is (65,9,74). Sum of RGB (Red+Green+Blue) = 65+9+74=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 74 (29.30% from 255 or 50% from 148); Max value from RGB is 74 - color contains mainly: blue. Hex color #41094A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41094A is #BEF6B5. Grayscale: #202020. Windows color (decimal): -12514998 or 4852033. OLE color: 4852033.
HSL color Cylindrical-coordinate representation of color #41094A: hue angle of 291.69º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #41094A is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 9 | 74 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.71 |
| HSL | 291.69º | 0.78% | 0.16% | - |
| HSV(B) | 291.69º | 0.88% | 0.29% | - |
| XYZ | 3.51 | 1.81 | 6.64 | - |
| YUV | 33.15 | 151.05 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 9 | 74 | 0.12 | 0.88 | 0 | 0.71 | 291.69 | 0.78 | 0.16 |
| Hex | 41 | 9 | 4A | C | 58 | 0 | 47 | 124 | 4E | 10 |
| Octal | 101 | 11 | 112 | 14 | 130 | 0 | 107 | 444 | 116 | 20 |
| Binary | 1000001 | 1001 | 1001010 | 1100 | 1011000 | 0 | 1000111 | 100100100 | 1001110 | 10000 |
Color Harmonies of #41094A
Complementary color
Monochromatic Colors of #41094A
Black with #41094A
Text Example
Text Example
White with #41094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41094A; }
p { color: rgb(65,9,74); }
H1.HeaderClassName
{
color: #41094A;
}
.AnyTagClassName
{
color: #41094A;
}
</style>
background-color css
<style>
a { background-color: #41094A; }
a { background-color: rgb(65,9,74); }
div.DivClassName
{
background-color: #41094A;
}
.BgClassName
{
background-color: #41094A;
}
</style>
border-color css
<style>
span { border-color: #41094A; }
span { border-color: rgb(65,9,74); }
td.TdClassName
{
border-color: #41094A;
}
.TagClassName
{
border-color: #41094A;
}
</style>