Shades of Blackcurrant #271137
Tints of Blackcurrant #271137
RGB
CMYK
RGB Variations
Color information
#271137 (or 0x271137) is known color: Blackcurrant. HEX triplet: 27, 11 and 37. RGB value is (39,17,55). Sum of RGB (Red+Green+Blue) = 39+17+55=111 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.14% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 55 (21.88% from 255 or 49.55% from 111); Max value from RGB is 55 - color contains mainly: blue. Hex color #271137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271137 is #D8EEC8. Grayscale: #1B1B1B. Windows color (decimal): -14216905 or 3608871. OLE color: 3608871.
HSL color Cylindrical-coordinate representation of color #271137: hue angle of 274.74º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #271137 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 39 | 17 | 55 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.78 |
| HSL | 274.74º | 0.53% | 0.14% | - |
| HSV(B) | 274.74º | 0.69% | 0.22% | - |
| XYZ | 1.73 | 1.11 | 3.74 | - |
| YUV | 27.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 17 | 55 | 0.29 | 0.69 | 0 | 0.78 | 274.74 | 0.53 | 0.14 |
| Hex | 27 | 11 | 37 | 1D | 45 | 0 | 4E | 113 | 35 | E |
| Octal | 47 | 21 | 67 | 35 | 105 | 0 | 116 | 423 | 65 | 16 |
| Binary | 100111 | 10001 | 110111 | 11101 | 1000101 | 0 | 1001110 | 100010011 | 110101 | 1110 |
Color Harmonies of #271137
Complementary color
Monochromatic Colors of #271137
Black with #271137
Text Example
Text Example
White with #271137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271137; }
p { color: rgb(39,17,55); }
H1.HeaderClassName
{
color: #271137;
}
.AnyTagClassName
{
color: #271137;
}
</style>
background-color css
<style>
a { background-color: #271137; }
a { background-color: rgb(39,17,55); }
div.DivClassName
{
background-color: #271137;
}
.BgClassName
{
background-color: #271137;
}
</style>
border-color css
<style>
span { border-color: #271137; }
span { border-color: rgb(39,17,55); }
td.TdClassName
{
border-color: #271137;
}
.TagClassName
{
border-color: #271137;
}
</style>