Shades of Blackcurrant #3B1443
Tints of Blackcurrant #3B1443
RGB
CMYK
RGB Variations
Color information
#3B1443 (or 0x3B1443) is known color: Blackcurrant. HEX triplet: 3B, 14 and 43. RGB value is (59,20,67). Sum of RGB (Red+Green+Blue) = 59+20+67=146 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.41% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 67 (26.56% from 255 or 45.89% from 146); Max value from RGB is 67 - color contains mainly: blue. Hex color #3B1443 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1443 is #C4EBBC. Grayscale: #242424. Windows color (decimal): -12905405 or 4396091. OLE color: 4396091.
HSL color Cylindrical-coordinate representation of color #3B1443: hue angle of 289.79º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3B1443 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 20 | 67 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.74 |
| HSL | 289.79º | 0.54% | 0.17% | - |
| HSV(B) | 289.79º | 0.7% | 0.26% | - |
| XYZ | 3.07 | 1.84 | 5.5 | - |
| YUV | 37.02 | 144.92 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 20 | 67 | 0.12 | 0.70 | 0 | 0.74 | 289.79 | 0.54 | 0.17 |
| Hex | 3B | 14 | 43 | C | 46 | 0 | 4A | 122 | 36 | 11 |
| Octal | 73 | 24 | 103 | 14 | 106 | 0 | 112 | 442 | 66 | 21 |
| Binary | 111011 | 10100 | 1000011 | 1100 | 1000110 | 0 | 1001010 | 100100010 | 110110 | 10001 |
Color Harmonies of #3B1443
Complementary color
Monochromatic Colors of #3B1443
Black with #3B1443
Text Example
Text Example
White with #3B1443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1443; }
p { color: rgb(59,20,67); }
H1.HeaderClassName
{
color: #3B1443;
}
.AnyTagClassName
{
color: #3B1443;
}
</style>
background-color css
<style>
a { background-color: #3B1443; }
a { background-color: rgb(59,20,67); }
div.DivClassName
{
background-color: #3B1443;
}
.BgClassName
{
background-color: #3B1443;
}
</style>
border-color css
<style>
span { border-color: #3B1443; }
span { border-color: rgb(59,20,67); }
td.TdClassName
{
border-color: #3B1443;
}
.TagClassName
{
border-color: #3B1443;
}
</style>