Shades of Blackcurrant #3B184C
Tints of Blackcurrant #3B184C
RGB
CMYK
RGB Variations
Color information
#3B184C (or 0x3B184C) is known color: Blackcurrant. HEX triplet: 3B, 18 and 4C. RGB value is (59,24,76). Sum of RGB (Red+Green+Blue) = 59+24+76=159 (21% of max value = 765). Red value is 59 (23.44% from 255 or 37.11% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 76 (30.08% from 255 or 47.80% from 159); Max value from RGB is 76 - color contains mainly: blue. Hex color #3B184C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B184C is #C4E7B3. Grayscale: #282828. Windows color (decimal): -12904372 or 4986939. OLE color: 4986939.
HSL color Cylindrical-coordinate representation of color #3B184C: hue angle of 280.38º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B184C is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 24 | 76 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.70 |
| HSL | 280.38º | 0.52% | 0.2% | - |
| HSV(B) | 280.38º | 0.68% | 0.3% | - |
| XYZ | 3.43 | 2.1 | 7.06 | - |
| YUV | 40.39 | 148.1 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 24 | 76 | 0.22 | 0.68 | 0 | 0.70 | 280.38 | 0.52 | 0.2 |
| Hex | 3B | 18 | 4C | 16 | 44 | 0 | 46 | 118 | 34 | 14 |
| Octal | 73 | 30 | 114 | 26 | 104 | 0 | 106 | 430 | 64 | 24 |
| Binary | 111011 | 11000 | 1001100 | 10110 | 1000100 | 0 | 1000110 | 100011000 | 110100 | 10100 |
Color Harmonies of #3B184C
Complementary color
Monochromatic Colors of #3B184C
Black with #3B184C
Text Example
Text Example
White with #3B184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B184C; }
p { color: rgb(59,24,76); }
H1.HeaderClassName
{
color: #3B184C;
}
.AnyTagClassName
{
color: #3B184C;
}
</style>
background-color css
<style>
a { background-color: #3B184C; }
a { background-color: rgb(59,24,76); }
div.DivClassName
{
background-color: #3B184C;
}
.BgClassName
{
background-color: #3B184C;
}
</style>
border-color css
<style>
span { border-color: #3B184C; }
span { border-color: rgb(59,24,76); }
td.TdClassName
{
border-color: #3B184C;
}
.TagClassName
{
border-color: #3B184C;
}
</style>