Shades of Blackcurrant #41035A
Tints of Blackcurrant #41035A
RGB
CMYK
RGB Variations
Color information
#41035A (or 0x41035A) is known color: Blackcurrant. HEX triplet: 41, 03 and 5A. RGB value is (65,3,90). Sum of RGB (Red+Green+Blue) = 65+3+90=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #41035A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41035A is #BEFCA5. Grayscale: #1F1F1F. Windows color (decimal): -12516518 or 5899073. OLE color: 5899073.
HSL color Cylindrical-coordinate representation of color #41035A: hue angle of 282.76º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #41035A is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 3 | 90 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.65 |
| HSL | 282.76º | 0.94% | 0.18% | - |
| HSV(B) | 282.76º | 0.97% | 0.35% | - |
| XYZ | 4.06 | 1.93 | 9.83 | - |
| YUV | 31.46 | 161.04 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 3 | 90 | 0.28 | 0.97 | 0 | 0.65 | 282.76 | 0.94 | 0.18 |
| Hex | 41 | 3 | 5A | 1C | 61 | 0 | 41 | 11B | 5E | 12 |
| Octal | 101 | 3 | 132 | 34 | 141 | 0 | 101 | 433 | 136 | 22 |
| Binary | 1000001 | 11 | 1011010 | 11100 | 1100001 | 0 | 1000001 | 100011011 | 1011110 | 10010 |
Color Harmonies of #41035A
Complementary color
Monochromatic Colors of #41035A
Black with #41035A
Text Example
Text Example
White with #41035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41035A; }
p { color: rgb(65,3,90); }
H1.HeaderClassName
{
color: #41035A;
}
.AnyTagClassName
{
color: #41035A;
}
</style>
background-color css
<style>
a { background-color: #41035A; }
a { background-color: rgb(65,3,90); }
div.DivClassName
{
background-color: #41035A;
}
.BgClassName
{
background-color: #41035A;
}
</style>
border-color css
<style>
span { border-color: #41035A; }
span { border-color: rgb(65,3,90); }
td.TdClassName
{
border-color: #41035A;
}
.TagClassName
{
border-color: #41035A;
}
</style>