Shades of Blackcurrant #391143
Tints of Blackcurrant #391143
RGB
CMYK
RGB Variations
Color information
#391143 (or 0x391143) is known color: Blackcurrant. HEX triplet: 39, 11 and 43. RGB value is (57,17,67). Sum of RGB (Red+Green+Blue) = 57+17+67=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 67 (26.56% from 255 or 47.52% from 141); Max value from RGB is 67 - color contains mainly: blue. Hex color #391143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391143 is #C6EEBC. Grayscale: #222222. Windows color (decimal): -13037245 or 4395321. OLE color: 4395321.
HSL color Cylindrical-coordinate representation of color #391143: hue angle of 288º 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 #391143 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 57 | 17 | 67 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.74 |
| HSL | 288º | 0.6% | 0.16% | - |
| HSV(B) | 288º | 0.75% | 0.26% | - |
| XYZ | 2.9 | 1.68 | 5.48 | - |
| YUV | 34.66 | 146.25 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 17 | 67 | 0.15 | 0.75 | 0 | 0.74 | 288 | 0.6 | 0.16 |
| Hex | 39 | 11 | 43 | F | 4B | 0 | 4A | 120 | 3C | 10 |
| Octal | 71 | 21 | 103 | 17 | 113 | 0 | 112 | 440 | 74 | 20 |
| Binary | 111001 | 10001 | 1000011 | 1111 | 1001011 | 0 | 1001010 | 100100000 | 111100 | 10000 |
Color Harmonies of #391143
Complementary color
Monochromatic Colors of #391143
Black with #391143
Text Example
Text Example
White with #391143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391143; }
p { color: rgb(57,17,67); }
H1.HeaderClassName
{
color: #391143;
}
.AnyTagClassName
{
color: #391143;
}
</style>
background-color css
<style>
a { background-color: #391143; }
a { background-color: rgb(57,17,67); }
div.DivClassName
{
background-color: #391143;
}
.BgClassName
{
background-color: #391143;
}
</style>
border-color css
<style>
span { border-color: #391143; }
span { border-color: rgb(57,17,67); }
td.TdClassName
{
border-color: #391143;
}
.TagClassName
{
border-color: #391143;
}
</style>