Shades of Blackcurrant #3A124C
Tints of Blackcurrant #3A124C
RGB
CMYK
RGB Variations
Color information
#3A124C (or 0x3A124C) is known color: Blackcurrant. HEX triplet: 3A, 12 and 4C. RGB value is (58,18,76). Sum of RGB (Red+Green+Blue) = 58+18+76=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #3A124C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A124C is #C5EDB3. Grayscale: #242424. Windows color (decimal): -12971444 or 4985402. OLE color: 4985402.
HSL color Cylindrical-coordinate representation of color #3A124C: hue angle of 281.38º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A124C is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 58 | 18 | 76 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.70 |
| HSL | 281.38º | 0.62% | 0.18% | - |
| HSV(B) | 281.38º | 0.76% | 0.3% | - |
| XYZ | 3.27 | 1.85 | 7.02 | - |
| YUV | 36.57 | 150.25 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 18 | 76 | 0.24 | 0.76 | 0 | 0.70 | 281.38 | 0.62 | 0.18 |
| Hex | 3A | 12 | 4C | 18 | 4C | 0 | 46 | 119 | 3E | 12 |
| Octal | 72 | 22 | 114 | 30 | 114 | 0 | 106 | 431 | 76 | 22 |
| Binary | 111010 | 10010 | 1001100 | 11000 | 1001100 | 0 | 1000110 | 100011001 | 111110 | 10010 |
Color Harmonies of #3A124C
Complementary color
Monochromatic Colors of #3A124C
Black with #3A124C
Text Example
Text Example
White with #3A124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A124C; }
p { color: rgb(58,18,76); }
H1.HeaderClassName
{
color: #3A124C;
}
.AnyTagClassName
{
color: #3A124C;
}
</style>
background-color css
<style>
a { background-color: #3A124C; }
a { background-color: rgb(58,18,76); }
div.DivClassName
{
background-color: #3A124C;
}
.BgClassName
{
background-color: #3A124C;
}
</style>
border-color css
<style>
span { border-color: #3A124C; }
span { border-color: rgb(58,18,76); }
td.TdClassName
{
border-color: #3A124C;
}
.TagClassName
{
border-color: #3A124C;
}
</style>