Shades of Blackcurrant #41044A
Tints of Blackcurrant #41044A
RGB
CMYK
RGB Variations
Color information
#41044A (or 0x41044A) is known color: Blackcurrant. HEX triplet: 41, 04 and 4A. RGB value is (65,4,74). Sum of RGB (Red+Green+Blue) = 65+4+74=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 74 (29.30% from 255 or 51.75% from 143); Max value from RGB is 74 - color contains mainly: blue. Hex color #41044A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41044A is #BEFBB5. Grayscale: #1E1E1E. Windows color (decimal): -12516278 or 4850753. OLE color: 4850753.
HSL color Cylindrical-coordinate representation of color #41044A: hue angle of 292.29º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #41044A is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 4 | 74 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.71 |
| HSL | 292.29º | 0.9% | 0.15% | - |
| HSV(B) | 292.29º | 0.95% | 0.29% | - |
| XYZ | 3.46 | 1.71 | 6.63 | - |
| YUV | 30.22 | 152.71 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 4 | 74 | 0.12 | 0.95 | 0 | 0.71 | 292.29 | 0.9 | 0.15 |
| Hex | 41 | 4 | 4A | C | 5F | 0 | 47 | 124 | 5A | F |
| Octal | 101 | 4 | 112 | 14 | 137 | 0 | 107 | 444 | 132 | 17 |
| Binary | 1000001 | 100 | 1001010 | 1100 | 1011111 | 0 | 1000111 | 100100100 | 1011010 | 1111 |
Color Harmonies of #41044A
Complementary color
Monochromatic Colors of #41044A
Black with #41044A
Text Example
Text Example
White with #41044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41044A; }
p { color: rgb(65,4,74); }
H1.HeaderClassName
{
color: #41044A;
}
.AnyTagClassName
{
color: #41044A;
}
</style>
background-color css
<style>
a { background-color: #41044A; }
a { background-color: rgb(65,4,74); }
div.DivClassName
{
background-color: #41044A;
}
.BgClassName
{
background-color: #41044A;
}
</style>
border-color css
<style>
span { border-color: #41044A; }
span { border-color: rgb(65,4,74); }
td.TdClassName
{
border-color: #41044A;
}
.TagClassName
{
border-color: #41044A;
}
</style>