Shades of Blackcurrant #3A114B
Tints of Blackcurrant #3A114B
RGB
CMYK
RGB Variations
Color information
#3A114B (or 0x3A114B) is known color: Blackcurrant. HEX triplet: 3A, 11 and 4B. RGB value is (58,17,75). Sum of RGB (Red+Green+Blue) = 58+17+75=150 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.67% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A114B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A114B is #C5EEB4. Grayscale: #232323. Windows color (decimal): -12971701 or 4919610. OLE color: 4919610.
HSL color Cylindrical-coordinate representation of color #3A114B: hue angle of 282.41º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A114B is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 17 | 75 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.71 |
| HSL | 282.41º | 0.63% | 0.18% | - |
| HSV(B) | 282.41º | 0.77% | 0.29% | - |
| XYZ | 3.22 | 1.81 | 6.84 | - |
| YUV | 35.87 | 150.08 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 17 | 75 | 0.23 | 0.77 | 0 | 0.71 | 282.41 | 0.63 | 0.18 |
| Hex | 3A | 11 | 4B | 17 | 4D | 0 | 47 | 11A | 3F | 12 |
| Octal | 72 | 21 | 113 | 27 | 115 | 0 | 107 | 432 | 77 | 22 |
| Binary | 111010 | 10001 | 1001011 | 10111 | 1001101 | 0 | 1000111 | 100011010 | 111111 | 10010 |
Color Harmonies of #3A114B
Complementary color
Monochromatic Colors of #3A114B
Black with #3A114B
Text Example
Text Example
White with #3A114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A114B; }
p { color: rgb(58,17,75); }
H1.HeaderClassName
{
color: #3A114B;
}
.AnyTagClassName
{
color: #3A114B;
}
</style>
background-color css
<style>
a { background-color: #3A114B; }
a { background-color: rgb(58,17,75); }
div.DivClassName
{
background-color: #3A114B;
}
.BgClassName
{
background-color: #3A114B;
}
</style>
border-color css
<style>
span { border-color: #3A114B; }
span { border-color: rgb(58,17,75); }
td.TdClassName
{
border-color: #3A114B;
}
.TagClassName
{
border-color: #3A114B;
}
</style>