Shades of Blackcurrant #3B1144
Tints of Blackcurrant #3B1144
RGB
CMYK
RGB Variations
Color information
#3B1144 (or 0x3B1144) is known color: Blackcurrant. HEX triplet: 3B, 11 and 44. RGB value is (59,17,68). Sum of RGB (Red+Green+Blue) = 59+17+68=144 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.97% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 68 (26.95% from 255 or 47.22% from 144); Max value from RGB is 68 - color contains mainly: blue. Hex color #3B1144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1144 is #C4EEBB. Grayscale: #232323. Windows color (decimal): -12906172 or 4460859. OLE color: 4460859.
HSL color Cylindrical-coordinate representation of color #3B1144: hue angle of 289.41º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B1144 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 17 | 68 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.73 |
| HSL | 289.41º | 0.6% | 0.17% | - |
| HSV(B) | 289.41º | 0.75% | 0.27% | - |
| XYZ | 3.05 | 1.75 | 5.65 | - |
| YUV | 35.37 | 146.41 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 17 | 68 | 0.13 | 0.75 | 0 | 0.73 | 289.41 | 0.6 | 0.17 |
| Hex | 3B | 11 | 44 | D | 4B | 0 | 49 | 121 | 3C | 11 |
| Octal | 73 | 21 | 104 | 15 | 113 | 0 | 111 | 441 | 74 | 21 |
| Binary | 111011 | 10001 | 1000100 | 1101 | 1001011 | 0 | 1001001 | 100100001 | 111100 | 10001 |
Color Harmonies of #3B1144
Complementary color
Monochromatic Colors of #3B1144
Black with #3B1144
Text Example
Text Example
White with #3B1144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1144; }
p { color: rgb(59,17,68); }
H1.HeaderClassName
{
color: #3B1144;
}
.AnyTagClassName
{
color: #3B1144;
}
</style>
background-color css
<style>
a { background-color: #3B1144; }
a { background-color: rgb(59,17,68); }
div.DivClassName
{
background-color: #3B1144;
}
.BgClassName
{
background-color: #3B1144;
}
</style>
border-color css
<style>
span { border-color: #3B1144; }
span { border-color: rgb(59,17,68); }
td.TdClassName
{
border-color: #3B1144;
}
.TagClassName
{
border-color: #3B1144;
}
</style>