Shades of Blackcurrant #41094B
Tints of Blackcurrant #41094B
RGB
CMYK
RGB Variations
Color information
#41094B (or 0x41094B) is known color: Blackcurrant. HEX triplet: 41, 09 and 4B. RGB value is (65,9,75). Sum of RGB (Red+Green+Blue) = 65+9+75=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #41094B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41094B is #BEF6B4. Grayscale: #212121. Windows color (decimal): -12514997 or 4917569. OLE color: 4917569.
HSL color Cylindrical-coordinate representation of color #41094B: hue angle of 290.91º degrees, saturation: 0.79, 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 #41094B is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 9 | 75 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.71 |
| HSL | 290.91º | 0.79% | 0.16% | - |
| HSV(B) | 290.91º | 0.88% | 0.29% | - |
| XYZ | 3.55 | 1.83 | 6.82 | - |
| YUV | 33.27 | 151.55 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 9 | 75 | 0.13 | 0.88 | 0 | 0.71 | 290.91 | 0.79 | 0.16 |
| Hex | 41 | 9 | 4B | D | 58 | 0 | 47 | 123 | 4F | 10 |
| Octal | 101 | 11 | 113 | 15 | 130 | 0 | 107 | 443 | 117 | 20 |
| Binary | 1000001 | 1001 | 1001011 | 1101 | 1011000 | 0 | 1000111 | 100100011 | 1001111 | 10000 |
Color Harmonies of #41094B
Complementary color
Monochromatic Colors of #41094B
Black with #41094B
Text Example
Text Example
White with #41094B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41094B; }
p { color: rgb(65,9,75); }
H1.HeaderClassName
{
color: #41094B;
}
.AnyTagClassName
{
color: #41094B;
}
</style>
background-color css
<style>
a { background-color: #41094B; }
a { background-color: rgb(65,9,75); }
div.DivClassName
{
background-color: #41094B;
}
.BgClassName
{
background-color: #41094B;
}
</style>
border-color css
<style>
span { border-color: #41094B; }
span { border-color: rgb(65,9,75); }
td.TdClassName
{
border-color: #41094B;
}
.TagClassName
{
border-color: #41094B;
}
</style>