Shades of Blackcurrant #271536
Tints of Blackcurrant #271536
RGB
CMYK
RGB Variations
Color information
#271536 (or 0x271536) is known color: Blackcurrant. HEX triplet: 27, 15 and 36. RGB value is (39,21,54). Sum of RGB (Red+Green+Blue) = 39+21+54=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 54 (21.48% from 255 or 47.37% from 114); Max value from RGB is 54 - color contains mainly: blue. Hex color #271536 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271536 is #D8EAC9. Grayscale: #1E1E1E. Windows color (decimal): -14215882 or 3544359. OLE color: 3544359.
HSL color Cylindrical-coordinate representation of color #271536: hue angle of 272.73º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #271536 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 39 | 21 | 54 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.79 |
| HSL | 272.73º | 0.44% | 0.15% | - |
| HSV(B) | 272.73º | 0.61% | 0.21% | - |
| XYZ | 1.77 | 1.23 | 3.63 | - |
| YUV | 30.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 21 | 54 | 0.28 | 0.61 | 0 | 0.79 | 272.73 | 0.44 | 0.15 |
| Hex | 27 | 15 | 36 | 1C | 3D | 0 | 4F | 111 | 2C | F |
| Octal | 47 | 25 | 66 | 34 | 75 | 0 | 117 | 421 | 54 | 17 |
| Binary | 100111 | 10101 | 110110 | 11100 | 111101 | 0 | 1001111 | 100010001 | 101100 | 1111 |
Color Harmonies of #271536
Complementary color
Monochromatic Colors of #271536
Black with #271536
Text Example
Text Example
White with #271536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271536; }
p { color: rgb(39,21,54); }
H1.HeaderClassName
{
color: #271536;
}
.AnyTagClassName
{
color: #271536;
}
</style>
background-color css
<style>
a { background-color: #271536; }
a { background-color: rgb(39,21,54); }
div.DivClassName
{
background-color: #271536;
}
.BgClassName
{
background-color: #271536;
}
</style>
border-color css
<style>
span { border-color: #271536; }
span { border-color: rgb(39,21,54); }
td.TdClassName
{
border-color: #271536;
}
.TagClassName
{
border-color: #271536;
}
</style>