Shades of Blackcurrant #3A0C41
Tints of Blackcurrant #3A0C41
RGB
CMYK
RGB Variations
Color information
#3A0C41 (or 0x3A0C41) is known color: Blackcurrant. HEX triplet: 3A, 0C and 41. RGB value is (58,12,65). Sum of RGB (Red+Green+Blue) = 58+12+65=135 (17% of max value = 765). Red value is 58 (23.05% from 255 or 42.96% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A0C41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0C41 is #C5F3BE. Grayscale: #1F1F1F. Windows color (decimal): -12972991 or 4262970. OLE color: 4262970.
HSL color Cylindrical-coordinate representation of color #3A0C41: hue angle of 292.08º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A0C41 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 12 | 65 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.75 |
| HSL | 292.08º | 0.69% | 0.15% | - |
| HSV(B) | 292.08º | 0.82% | 0.25% | - |
| XYZ | 2.83 | 1.54 | 5.15 | - |
| YUV | 31.8 | 146.74 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 12 | 65 | 0.11 | 0.82 | 0 | 0.75 | 292.08 | 0.69 | 0.15 |
| Hex | 3A | C | 41 | B | 52 | 0 | 4B | 124 | 45 | F |
| Octal | 72 | 14 | 101 | 13 | 122 | 0 | 113 | 444 | 105 | 17 |
| Binary | 111010 | 1100 | 1000001 | 1011 | 1010010 | 0 | 1001011 | 100100100 | 1000101 | 1111 |
Color Harmonies of #3A0C41
Complementary color
Monochromatic Colors of #3A0C41
Black with #3A0C41
Text Example
Text Example
White with #3A0C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0C41; }
p { color: rgb(58,12,65); }
H1.HeaderClassName
{
color: #3A0C41;
}
.AnyTagClassName
{
color: #3A0C41;
}
</style>
background-color css
<style>
a { background-color: #3A0C41; }
a { background-color: rgb(58,12,65); }
div.DivClassName
{
background-color: #3A0C41;
}
.BgClassName
{
background-color: #3A0C41;
}
</style>
border-color css
<style>
span { border-color: #3A0C41; }
span { border-color: rgb(58,12,65); }
td.TdClassName
{
border-color: #3A0C41;
}
.TagClassName
{
border-color: #3A0C41;
}
</style>