Shades of Blackcurrant #3B1D42
Tints of Blackcurrant #3B1D42
RGB
CMYK
RGB Variations
Color information
#3B1D42 (or 0x3B1D42) is known color: Blackcurrant. HEX triplet: 3B, 1D and 42. RGB value is (59,29,66). Sum of RGB (Red+Green+Blue) = 59+29+66=154 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.31% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 66 (26.17% from 255 or 42.86% from 154); Max value from RGB is 66 - color contains mainly: blue. Hex color #3B1D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1D42 is #C4E2BD. Grayscale: #2A2A2A. Windows color (decimal): -12903102 or 4332859. OLE color: 4332859.
HSL color Cylindrical-coordinate representation of color #3B1D42: hue angle of 288.65º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B1D42 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 29 | 66 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.74 |
| HSL | 288.65º | 0.39% | 0.19% | - |
| HSV(B) | 288.65º | 0.56% | 0.26% | - |
| XYZ | 3.23 | 2.2 | 5.41 | - |
| YUV | 42.19 | 141.44 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 29 | 66 | 0.11 | 0.56 | 0 | 0.74 | 288.65 | 0.39 | 0.19 |
| Hex | 3B | 1D | 42 | B | 38 | 0 | 4A | 121 | 27 | 13 |
| Octal | 73 | 35 | 102 | 13 | 70 | 0 | 112 | 441 | 47 | 23 |
| Binary | 111011 | 11101 | 1000010 | 1011 | 111000 | 0 | 1001010 | 100100001 | 100111 | 10011 |
Color Harmonies of #3B1D42
Complementary color
Monochromatic Colors of #3B1D42
Black with #3B1D42
Text Example
Text Example
White with #3B1D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1D42; }
p { color: rgb(59,29,66); }
H1.HeaderClassName
{
color: #3B1D42;
}
.AnyTagClassName
{
color: #3B1D42;
}
</style>
background-color css
<style>
a { background-color: #3B1D42; }
a { background-color: rgb(59,29,66); }
div.DivClassName
{
background-color: #3B1D42;
}
.BgClassName
{
background-color: #3B1D42;
}
</style>
border-color css
<style>
span { border-color: #3B1D42; }
span { border-color: rgb(59,29,66); }
td.TdClassName
{
border-color: #3B1D42;
}
.TagClassName
{
border-color: #3B1D42;
}
</style>