Shades of Blackcurrant #271331
Tints of Blackcurrant #271331
RGB
CMYK
RGB Variations
Color information
#271331 (or 0x271331) is known color: Blackcurrant. HEX triplet: 27, 13 and 31. RGB value is (39,19,49). Sum of RGB (Red+Green+Blue) = 39+19+49=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 49 (19.53% from 255 or 45.79% from 107); Max value from RGB is 49 - color contains mainly: blue. Hex color #271331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271331 is #D8ECCE. Grayscale: #1C1C1C. Windows color (decimal): -14216399 or 3216167. OLE color: 3216167.
HSL color Cylindrical-coordinate representation of color #271331: hue angle of 280º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #271331 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 39 | 19 | 49 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.81 |
| HSL | 280º | 0.44% | 0.13% | - |
| HSV(B) | 280º | 0.61% | 0.19% | - |
| XYZ | 1.62 | 1.12 | 3.04 | - |
| YUV | 28.4 | 139.63 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 19 | 49 | 0.20 | 0.61 | 0 | 0.81 | 280 | 0.44 | 0.13 |
| Hex | 27 | 13 | 31 | 14 | 3D | 0 | 51 | 118 | 2C | D |
| Octal | 47 | 23 | 61 | 24 | 75 | 0 | 121 | 430 | 54 | 15 |
| Binary | 100111 | 10011 | 110001 | 10100 | 111101 | 0 | 1010001 | 100011000 | 101100 | 1101 |
Color Harmonies of #271331
Complementary color
Monochromatic Colors of #271331
Black with #271331
Text Example
Text Example
White with #271331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271331; }
p { color: rgb(39,19,49); }
H1.HeaderClassName
{
color: #271331;
}
.AnyTagClassName
{
color: #271331;
}
</style>
background-color css
<style>
a { background-color: #271331; }
a { background-color: rgb(39,19,49); }
div.DivClassName
{
background-color: #271331;
}
.BgClassName
{
background-color: #271331;
}
</style>
border-color css
<style>
span { border-color: #271331; }
span { border-color: rgb(39,19,49); }
td.TdClassName
{
border-color: #271331;
}
.TagClassName
{
border-color: #271331;
}
</style>