Shades of Blackcurrant #3B1645
Tints of Blackcurrant #3B1645
RGB
CMYK
RGB Variations
Color information
#3B1645 (or 0x3B1645) is known color: Blackcurrant. HEX triplet: 3B, 16 and 45. RGB value is (59,22,69). Sum of RGB (Red+Green+Blue) = 59+22+69=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 69 (27.34% from 255 or 46% from 150); Max value from RGB is 69 - color contains mainly: blue. Hex color #3B1645 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1645 is #C4E9BA. Grayscale: #262626. Windows color (decimal): -12904891 or 4527675. OLE color: 4527675.
HSL color Cylindrical-coordinate representation of color #3B1645: hue angle of 287.23º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B1645 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 22 | 69 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.73 |
| HSL | 287.23º | 0.52% | 0.18% | - |
| HSV(B) | 287.23º | 0.68% | 0.27% | - |
| XYZ | 3.16 | 1.93 | 5.84 | - |
| YUV | 38.42 | 145.26 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 22 | 69 | 0.14 | 0.68 | 0 | 0.73 | 287.23 | 0.52 | 0.18 |
| Hex | 3B | 16 | 45 | E | 44 | 0 | 49 | 11F | 34 | 12 |
| Octal | 73 | 26 | 105 | 16 | 104 | 0 | 111 | 437 | 64 | 22 |
| Binary | 111011 | 10110 | 1000101 | 1110 | 1000100 | 0 | 1001001 | 100011111 | 110100 | 10010 |
Color Harmonies of #3B1645
Complementary color
Monochromatic Colors of #3B1645
Black with #3B1645
Text Example
Text Example
White with #3B1645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1645; }
p { color: rgb(59,22,69); }
H1.HeaderClassName
{
color: #3B1645;
}
.AnyTagClassName
{
color: #3B1645;
}
</style>
background-color css
<style>
a { background-color: #3B1645; }
a { background-color: rgb(59,22,69); }
div.DivClassName
{
background-color: #3B1645;
}
.BgClassName
{
background-color: #3B1645;
}
</style>
border-color css
<style>
span { border-color: #3B1645; }
span { border-color: rgb(59,22,69); }
td.TdClassName
{
border-color: #3B1645;
}
.TagClassName
{
border-color: #3B1645;
}
</style>