Shades of Blackcurrant #3B1943
Tints of Blackcurrant #3B1943
RGB
CMYK
RGB Variations
Color information
#3B1943 (or 0x3B1943) is known color: Blackcurrant. HEX triplet: 3B, 19 and 43. RGB value is (59,25,67). Sum of RGB (Red+Green+Blue) = 59+25+67=151 (20% of max value = 765). Red value is 59 (23.44% from 255 or 39.07% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 67 (26.56% from 255 or 44.37% from 151); Max value from RGB is 67 - color contains mainly: blue. Hex color #3B1943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1943 is #C4E6BC. Grayscale: #272727. Windows color (decimal): -12904125 or 4397371. OLE color: 4397371.
HSL color Cylindrical-coordinate representation of color #3B1943: hue angle of 288.57º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B1943 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 25 | 67 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.74 |
| HSL | 288.57º | 0.46% | 0.18% | - |
| HSV(B) | 288.57º | 0.63% | 0.26% | - |
| XYZ | 3.16 | 2.03 | 5.54 | - |
| YUV | 39.95 | 143.26 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 25 | 67 | 0.12 | 0.63 | 0 | 0.74 | 288.57 | 0.46 | 0.18 |
| Hex | 3B | 19 | 43 | C | 3F | 0 | 4A | 121 | 2E | 12 |
| Octal | 73 | 31 | 103 | 14 | 77 | 0 | 112 | 441 | 56 | 22 |
| Binary | 111011 | 11001 | 1000011 | 1100 | 111111 | 0 | 1001010 | 100100001 | 101110 | 10010 |
Color Harmonies of #3B1943
Complementary color
Monochromatic Colors of #3B1943
Black with #3B1943
Text Example
Text Example
White with #3B1943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1943; }
p { color: rgb(59,25,67); }
H1.HeaderClassName
{
color: #3B1943;
}
.AnyTagClassName
{
color: #3B1943;
}
</style>
background-color css
<style>
a { background-color: #3B1943; }
a { background-color: rgb(59,25,67); }
div.DivClassName
{
background-color: #3B1943;
}
.BgClassName
{
background-color: #3B1943;
}
</style>
border-color css
<style>
span { border-color: #3B1943; }
span { border-color: rgb(59,25,67); }
td.TdClassName
{
border-color: #3B1943;
}
.TagClassName
{
border-color: #3B1943;
}
</style>