Shades of Blackcurrant #41074B
Tints of Blackcurrant #41074B
RGB
CMYK
RGB Variations
Color information
#41074B (or 0x41074B) is known color: Blackcurrant. HEX triplet: 41, 07 and 4B. RGB value is (65,7,75). Sum of RGB (Red+Green+Blue) = 65+7+75=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #41074B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41074B is #BEF8B4. Grayscale: #1F1F1F. Windows color (decimal): -12515509 or 4917057. OLE color: 4917057.
HSL color Cylindrical-coordinate representation of color #41074B: hue angle of 291.18º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41074B is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 7 | 75 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.71 |
| HSL | 291.18º | 0.83% | 0.16% | - |
| HSV(B) | 291.18º | 0.91% | 0.29% | - |
| XYZ | 3.53 | 1.78 | 6.82 | - |
| YUV | 32.09 | 152.22 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 7 | 75 | 0.13 | 0.91 | 0 | 0.71 | 291.18 | 0.83 | 0.16 |
| Hex | 41 | 7 | 4B | D | 5B | 0 | 47 | 123 | 53 | 10 |
| Octal | 101 | 7 | 113 | 15 | 133 | 0 | 107 | 443 | 123 | 20 |
| Binary | 1000001 | 111 | 1001011 | 1101 | 1011011 | 0 | 1000111 | 100100011 | 1010011 | 10000 |
Color Harmonies of #41074B
Complementary color
Monochromatic Colors of #41074B
Black with #41074B
Text Example
Text Example
White with #41074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41074B; }
p { color: rgb(65,7,75); }
H1.HeaderClassName
{
color: #41074B;
}
.AnyTagClassName
{
color: #41074B;
}
</style>
background-color css
<style>
a { background-color: #41074B; }
a { background-color: rgb(65,7,75); }
div.DivClassName
{
background-color: #41074B;
}
.BgClassName
{
background-color: #41074B;
}
</style>
border-color css
<style>
span { border-color: #41074B; }
span { border-color: rgb(65,7,75); }
td.TdClassName
{
border-color: #41074B;
}
.TagClassName
{
border-color: #41074B;
}
</style>