Shades of Blackcurrant #271240
Tints of Blackcurrant #271240
RGB
CMYK
RGB Variations
Color information
#271240 (or 0x271240) is known color: Blackcurrant. HEX triplet: 27, 12 and 40. RGB value is (39,18,64). Sum of RGB (Red+Green+Blue) = 39+18+64=121 (16% of max value = 765). Red value is 39 (15.62% from 255 or 32.23% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #271240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271240 is #D8EDBF. Grayscale: #1D1D1D. Windows color (decimal): -14216640 or 4198951. OLE color: 4198951.
HSL color Cylindrical-coordinate representation of color #271240: hue angle of 267.39º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #271240 is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 18 | 64 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.75 |
| HSL | 267.39º | 0.56% | 0.16% | - |
| HSV(B) | 267.39º | 0.72% | 0.25% | - |
| XYZ | 1.98 | 1.23 | 4.98 | - |
| YUV | 29.52 | 147.46 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 18 | 64 | 0.39 | 0.72 | 0 | 0.75 | 267.39 | 0.56 | 0.16 |
| Hex | 27 | 12 | 40 | 27 | 48 | 0 | 4B | 10B | 38 | 10 |
| Octal | 47 | 22 | 100 | 47 | 110 | 0 | 113 | 413 | 70 | 20 |
| Binary | 100111 | 10010 | 1000000 | 100111 | 1001000 | 0 | 1001011 | 100001011 | 111000 | 10000 |
Color Harmonies of #271240
Complementary color
Monochromatic Colors of #271240
Black with #271240
Text Example
Text Example
White with #271240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271240; }
p { color: rgb(39,18,64); }
H1.HeaderClassName
{
color: #271240;
}
.AnyTagClassName
{
color: #271240;
}
</style>
background-color css
<style>
a { background-color: #271240; }
a { background-color: rgb(39,18,64); }
div.DivClassName
{
background-color: #271240;
}
.BgClassName
{
background-color: #271240;
}
</style>
border-color css
<style>
span { border-color: #271240; }
span { border-color: rgb(39,18,64); }
td.TdClassName
{
border-color: #271240;
}
.TagClassName
{
border-color: #271240;
}
</style>