Shades of Blackcurrant #3B184E
Tints of Blackcurrant #3B184E
RGB
CMYK
RGB Variations
Color information
#3B184E (or 0x3B184E) is known color: Blackcurrant. HEX triplet: 3B, 18 and 4E. RGB value is (59,24,78). Sum of RGB (Red+Green+Blue) = 59+24+78=161 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.65% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 78 - color contains mainly: blue. Hex color #3B184E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B184E is #C4E7B1. Grayscale: #282828. Windows color (decimal): -12904370 or 5118011. OLE color: 5118011.
HSL color Cylindrical-coordinate representation of color #3B184E: hue angle of 278.89º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B184E is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 24 | 78 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.69 |
| HSL | 278.89º | 0.53% | 0.2% | - |
| HSV(B) | 278.89º | 0.69% | 0.31% | - |
| XYZ | 3.51 | 2.13 | 7.43 | - |
| YUV | 40.62 | 149.1 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 24 | 78 | 0.24 | 0.69 | 0 | 0.69 | 278.89 | 0.53 | 0.2 |
| Hex | 3B | 18 | 4E | 18 | 45 | 0 | 45 | 117 | 35 | 14 |
| Octal | 73 | 30 | 116 | 30 | 105 | 0 | 105 | 427 | 65 | 24 |
| Binary | 111011 | 11000 | 1001110 | 11000 | 1000101 | 0 | 1000101 | 100010111 | 110101 | 10100 |
Color Harmonies of #3B184E
Complementary color
Monochromatic Colors of #3B184E
Black with #3B184E
Text Example
Text Example
White with #3B184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B184E; }
p { color: rgb(59,24,78); }
H1.HeaderClassName
{
color: #3B184E;
}
.AnyTagClassName
{
color: #3B184E;
}
</style>
background-color css
<style>
a { background-color: #3B184E; }
a { background-color: rgb(59,24,78); }
div.DivClassName
{
background-color: #3B184E;
}
.BgClassName
{
background-color: #3B184E;
}
</style>
border-color css
<style>
span { border-color: #3B184E; }
span { border-color: rgb(59,24,78); }
td.TdClassName
{
border-color: #3B184E;
}
.TagClassName
{
border-color: #3B184E;
}
</style>