Shades of Blackcurrant #3B194A
Tints of Blackcurrant #3B194A
RGB
CMYK
RGB Variations
Color information
#3B194A (or 0x3B194A) is known color: Blackcurrant. HEX triplet: 3B, 19 and 4A. RGB value is (59,25,74). Sum of RGB (Red+Green+Blue) = 59+25+74=158 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.34% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 74 (29.30% from 255 or 46.84% from 158); Max value from RGB is 74 - color contains mainly: blue. Hex color #3B194A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B194A is #C4E6B5. Grayscale: #282828. Windows color (decimal): -12904118 or 4856123. OLE color: 4856123.
HSL color Cylindrical-coordinate representation of color #3B194A: hue angle of 281.63º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B194A is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 25 | 74 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.71 |
| HSL | 281.63º | 0.49% | 0.19% | - |
| HSV(B) | 281.63º | 0.66% | 0.29% | - |
| XYZ | 3.39 | 2.12 | 6.71 | - |
| YUV | 40.75 | 146.76 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 25 | 74 | 0.20 | 0.66 | 0 | 0.71 | 281.63 | 0.49 | 0.19 |
| Hex | 3B | 19 | 4A | 14 | 42 | 0 | 47 | 11A | 31 | 13 |
| Octal | 73 | 31 | 112 | 24 | 102 | 0 | 107 | 432 | 61 | 23 |
| Binary | 111011 | 11001 | 1001010 | 10100 | 1000010 | 0 | 1000111 | 100011010 | 110001 | 10011 |
Color Harmonies of #3B194A
Complementary color
Monochromatic Colors of #3B194A
Black with #3B194A
Text Example
Text Example
White with #3B194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B194A; }
p { color: rgb(59,25,74); }
H1.HeaderClassName
{
color: #3B194A;
}
.AnyTagClassName
{
color: #3B194A;
}
</style>
background-color css
<style>
a { background-color: #3B194A; }
a { background-color: rgb(59,25,74); }
div.DivClassName
{
background-color: #3B194A;
}
.BgClassName
{
background-color: #3B194A;
}
</style>
border-color css
<style>
span { border-color: #3B194A; }
span { border-color: rgb(59,25,74); }
td.TdClassName
{
border-color: #3B194A;
}
.TagClassName
{
border-color: #3B194A;
}
</style>