Shades of Blackcurrant #3B194B
Tints of Blackcurrant #3B194B
RGB
CMYK
RGB Variations
Color information
#3B194B (or 0x3B194B) is known color: Blackcurrant. HEX triplet: 3B, 19 and 4B. RGB value is (59,25,75). Sum of RGB (Red+Green+Blue) = 59+25+75=159 (21% of max value = 765). Red value is 59 (23.44% from 255 or 37.11% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 75 (29.69% from 255 or 47.17% from 159); Max value from RGB is 75 - color contains mainly: blue. Hex color #3B194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B194B is #C4E6B4. Grayscale: #282828. Windows color (decimal): -12904117 or 4921659. OLE color: 4921659.
HSL color Cylindrical-coordinate representation of color #3B194B: hue angle of 280.8º 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 #3B194B is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 25 | 75 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.71 |
| HSL | 280.8º | 0.5% | 0.2% | - |
| HSV(B) | 280.8º | 0.67% | 0.29% | - |
| XYZ | 3.42 | 2.13 | 6.89 | - |
| YUV | 40.87 | 147.26 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 25 | 75 | 0.21 | 0.67 | 0 | 0.71 | 280.8 | 0.5 | 0.2 |
| Hex | 3B | 19 | 4B | 15 | 43 | 0 | 47 | 119 | 32 | 14 |
| Octal | 73 | 31 | 113 | 25 | 103 | 0 | 107 | 431 | 62 | 24 |
| Binary | 111011 | 11001 | 1001011 | 10101 | 1000011 | 0 | 1000111 | 100011001 | 110010 | 10100 |
Color Harmonies of #3B194B
Complementary color
Monochromatic Colors of #3B194B
Black with #3B194B
Text Example
Text Example
White with #3B194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B194B; }
p { color: rgb(59,25,75); }
H1.HeaderClassName
{
color: #3B194B;
}
.AnyTagClassName
{
color: #3B194B;
}
</style>
background-color css
<style>
a { background-color: #3B194B; }
a { background-color: rgb(59,25,75); }
div.DivClassName
{
background-color: #3B194B;
}
.BgClassName
{
background-color: #3B194B;
}
</style>
border-color css
<style>
span { border-color: #3B194B; }
span { border-color: rgb(59,25,75); }
td.TdClassName
{
border-color: #3B194B;
}
.TagClassName
{
border-color: #3B194B;
}
</style>