Shades of Blackcurrant #270131
Tints of Blackcurrant #270131
RGB
CMYK
RGB Variations
Color information
#270131 (or 0x270131) is known color: Blackcurrant. HEX triplet: 27, 01 and 31. RGB value is (39,1,49). Sum of RGB (Red+Green+Blue) = 39+1+49=89 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.82% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 49 (19.53% from 255 or 55.06% from 89); Max value from RGB is 49 - color contains mainly: blue. Hex color #270131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270131 is #D8FECE. Grayscale: #111111. Windows color (decimal): -14221007 or 3211559. OLE color: 3211559.
HSL color Cylindrical-coordinate representation of color #270131: hue angle of 287.5º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #270131 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 39 | 1 | 49 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.81 |
| HSL | 287.5º | 0.96% | 0.1% | - |
| HSV(B) | 287.5º | 0.98% | 0.19% | - |
| XYZ | 1.4 | 0.67 | 2.96 | - |
| YUV | 17.83 | 145.59 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 1 | 49 | 0.20 | 0.98 | 0 | 0.81 | 287.5 | 0.96 | 0.1 |
| Hex | 27 | 1 | 31 | 14 | 62 | 0 | 51 | 120 | 60 | A |
| Octal | 47 | 1 | 61 | 24 | 142 | 0 | 121 | 440 | 140 | 12 |
| Binary | 100111 | 1 | 110001 | 10100 | 1100010 | 0 | 1010001 | 100100000 | 1100000 | 1010 |
Color Harmonies of #270131
Complementary color
Monochromatic Colors of #270131
Black with #270131
Text Example
Text Example
White with #270131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270131; }
p { color: rgb(39,1,49); }
H1.HeaderClassName
{
color: #270131;
}
.AnyTagClassName
{
color: #270131;
}
</style>
background-color css
<style>
a { background-color: #270131; }
a { background-color: rgb(39,1,49); }
div.DivClassName
{
background-color: #270131;
}
.BgClassName
{
background-color: #270131;
}
</style>
border-color css
<style>
span { border-color: #270131; }
span { border-color: rgb(39,1,49); }
td.TdClassName
{
border-color: #270131;
}
.TagClassName
{
border-color: #270131;
}
</style>