Shades of Blackcurrant #3B1C45
Tints of Blackcurrant #3B1C45
RGB
CMYK
RGB Variations
Color information
#3B1C45 (or 0x3B1C45) is known color: Blackcurrant. HEX triplet: 3B, 1C and 45. RGB value is (59,28,69). Sum of RGB (Red+Green+Blue) = 59+28+69=156 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.82% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 69 (27.34% from 255 or 44.23% from 156); Max value from RGB is 69 - color contains mainly: blue. Hex color #3B1C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1C45 is #C4E3BA. Grayscale: #292929. Windows color (decimal): -12903355 or 4529211. OLE color: 4529211.
HSL color Cylindrical-coordinate representation of color #3B1C45: hue angle of 285.37º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B1C45 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 28 | 69 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.73 |
| HSL | 285.37º | 0.42% | 0.19% | - |
| HSV(B) | 285.37º | 0.59% | 0.27% | - |
| XYZ | 3.29 | 2.19 | 5.88 | - |
| YUV | 41.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 28 | 69 | 0.14 | 0.59 | 0 | 0.73 | 285.37 | 0.42 | 0.19 |
| Hex | 3B | 1C | 45 | E | 3B | 0 | 49 | 11D | 2A | 13 |
| Octal | 73 | 34 | 105 | 16 | 73 | 0 | 111 | 435 | 52 | 23 |
| Binary | 111011 | 11100 | 1000101 | 1110 | 111011 | 0 | 1001001 | 100011101 | 101010 | 10011 |
Color Harmonies of #3B1C45
Complementary color
Monochromatic Colors of #3B1C45
Black with #3B1C45
Text Example
Text Example
White with #3B1C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1C45; }
p { color: rgb(59,28,69); }
H1.HeaderClassName
{
color: #3B1C45;
}
.AnyTagClassName
{
color: #3B1C45;
}
</style>
background-color css
<style>
a { background-color: #3B1C45; }
a { background-color: rgb(59,28,69); }
div.DivClassName
{
background-color: #3B1C45;
}
.BgClassName
{
background-color: #3B1C45;
}
</style>
border-color css
<style>
span { border-color: #3B1C45; }
span { border-color: rgb(59,28,69); }
td.TdClassName
{
border-color: #3B1C45;
}
.TagClassName
{
border-color: #3B1C45;
}
</style>