Shades of Blackcurrant #3A194B
Tints of Blackcurrant #3A194B
RGB
CMYK
RGB Variations
Color information
#3A194B (or 0x3A194B) is known color: Blackcurrant. HEX triplet: 3A, 19 and 4B. RGB value is (58,25,75). Sum of RGB (Red+Green+Blue) = 58+25+75=158 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.71% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A194B is #C5E6B4. Grayscale: #282828. Windows color (decimal): -12969653 or 4921658. OLE color: 4921658.
HSL color Cylindrical-coordinate representation of color #3A194B: hue angle of 279.6º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A194B is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 25 | 75 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.71 |
| HSL | 279.6º | 0.5% | 0.2% | - |
| HSV(B) | 279.6º | 0.67% | 0.29% | - |
| XYZ | 3.36 | 2.1 | 6.89 | - |
| YUV | 40.57 | 147.43 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 25 | 75 | 0.23 | 0.67 | 0 | 0.71 | 279.6 | 0.5 | 0.2 |
| Hex | 3A | 19 | 4B | 17 | 43 | 0 | 47 | 118 | 32 | 14 |
| Octal | 72 | 31 | 113 | 27 | 103 | 0 | 107 | 430 | 62 | 24 |
| Binary | 111010 | 11001 | 1001011 | 10111 | 1000011 | 0 | 1000111 | 100011000 | 110010 | 10100 |
Color Harmonies of #3A194B
Complementary color
Monochromatic Colors of #3A194B
Black with #3A194B
Text Example
Text Example
White with #3A194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A194B; }
p { color: rgb(58,25,75); }
H1.HeaderClassName
{
color: #3A194B;
}
.AnyTagClassName
{
color: #3A194B;
}
</style>
background-color css
<style>
a { background-color: #3A194B; }
a { background-color: rgb(58,25,75); }
div.DivClassName
{
background-color: #3A194B;
}
.BgClassName
{
background-color: #3A194B;
}
</style>
border-color css
<style>
span { border-color: #3A194B; }
span { border-color: rgb(58,25,75); }
td.TdClassName
{
border-color: #3A194B;
}
.TagClassName
{
border-color: #3A194B;
}
</style>