Shades of Blackcurrant #3B1143
Tints of Blackcurrant #3B1143
RGB
CMYK
RGB Variations
Color information
#3B1143 (or 0x3B1143) is known color: Blackcurrant. HEX triplet: 3B, 11 and 43. RGB value is (59,17,67). Sum of RGB (Red+Green+Blue) = 59+17+67=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 67 (26.56% from 255 or 46.85% from 143); Max value from RGB is 67 - color contains mainly: blue. Hex color #3B1143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1143 is #C4EEBC. Grayscale: #232323. Windows color (decimal): -12906173 or 4395323. OLE color: 4395323.
HSL color Cylindrical-coordinate representation of color #3B1143: hue angle of 290.4º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B1143 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 17 | 67 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.74 |
| HSL | 290.4º | 0.6% | 0.16% | - |
| HSV(B) | 290.4º | 0.75% | 0.26% | - |
| XYZ | 3.02 | 1.74 | 5.49 | - |
| YUV | 35.26 | 145.91 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 17 | 67 | 0.12 | 0.75 | 0 | 0.74 | 290.4 | 0.6 | 0.16 |
| Hex | 3B | 11 | 43 | C | 4B | 0 | 4A | 122 | 3C | 10 |
| Octal | 73 | 21 | 103 | 14 | 113 | 0 | 112 | 442 | 74 | 20 |
| Binary | 111011 | 10001 | 1000011 | 1100 | 1001011 | 0 | 1001010 | 100100010 | 111100 | 10000 |
Color Harmonies of #3B1143
Complementary color
Monochromatic Colors of #3B1143
Black with #3B1143
Text Example
Text Example
White with #3B1143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1143; }
p { color: rgb(59,17,67); }
H1.HeaderClassName
{
color: #3B1143;
}
.AnyTagClassName
{
color: #3B1143;
}
</style>
background-color css
<style>
a { background-color: #3B1143; }
a { background-color: rgb(59,17,67); }
div.DivClassName
{
background-color: #3B1143;
}
.BgClassName
{
background-color: #3B1143;
}
</style>
border-color css
<style>
span { border-color: #3B1143; }
span { border-color: rgb(59,17,67); }
td.TdClassName
{
border-color: #3B1143;
}
.TagClassName
{
border-color: #3B1143;
}
</style>