Shades of Blackcurrant #271534
Tints of Blackcurrant #271534
RGB
CMYK
RGB Variations
Color information
#271534 (or 0x271534) is known color: Blackcurrant. HEX triplet: 27, 15 and 34. RGB value is (39,21,52). Sum of RGB (Red+Green+Blue) = 39+21+52=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 52 (20.70% from 255 or 46.43% from 112); Max value from RGB is 52 - color contains mainly: blue. Hex color #271534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271534 is #D8EACB. Grayscale: #1D1D1D. Windows color (decimal): -14215884 or 3413287. OLE color: 3413287.
HSL color Cylindrical-coordinate representation of color #271534: hue angle of 274.84º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #271534 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 39 | 21 | 52 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.80 |
| HSL | 274.84º | 0.42% | 0.14% | - |
| HSV(B) | 274.84º | 0.6% | 0.2% | - |
| XYZ | 1.72 | 1.22 | 3.39 | - |
| YUV | 29.92 | 140.46 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 21 | 52 | 0.25 | 0.60 | 0 | 0.80 | 274.84 | 0.42 | 0.14 |
| Hex | 27 | 15 | 34 | 19 | 3C | 0 | 50 | 113 | 2A | E |
| Octal | 47 | 25 | 64 | 31 | 74 | 0 | 120 | 423 | 52 | 16 |
| Binary | 100111 | 10101 | 110100 | 11001 | 111100 | 0 | 1010000 | 100010011 | 101010 | 1110 |
Color Harmonies of #271534
Complementary color
Monochromatic Colors of #271534
Black with #271534
Text Example
Text Example
White with #271534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271534; }
p { color: rgb(39,21,52); }
H1.HeaderClassName
{
color: #271534;
}
.AnyTagClassName
{
color: #271534;
}
</style>
background-color css
<style>
a { background-color: #271534; }
a { background-color: rgb(39,21,52); }
div.DivClassName
{
background-color: #271534;
}
.BgClassName
{
background-color: #271534;
}
</style>
border-color css
<style>
span { border-color: #271534; }
span { border-color: rgb(39,21,52); }
td.TdClassName
{
border-color: #271534;
}
.TagClassName
{
border-color: #271534;
}
</style>