Shades of Blackcurrant #271136
Tints of Blackcurrant #271136
RGB
CMYK
RGB Variations
Color information
#271136 (or 0x271136) is known color: Blackcurrant. HEX triplet: 27, 11 and 36. RGB value is (39,17,54). Sum of RGB (Red+Green+Blue) = 39+17+54=110 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.45% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 54 (21.48% from 255 or 49.09% from 110); Max value from RGB is 54 - color contains mainly: blue. Hex color #271136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271136 is #D8EEC9. Grayscale: #1B1B1B. Windows color (decimal): -14216906 or 3543335. OLE color: 3543335.
HSL color Cylindrical-coordinate representation of color #271136: hue angle of 275.68º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #271136 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 39 | 17 | 54 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.79 |
| HSL | 275.68º | 0.52% | 0.14% | - |
| HSV(B) | 275.68º | 0.69% | 0.21% | - |
| XYZ | 1.7 | 1.1 | 3.61 | - |
| YUV | 27.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 17 | 54 | 0.28 | 0.69 | 0 | 0.79 | 275.68 | 0.52 | 0.14 |
| Hex | 27 | 11 | 36 | 1C | 45 | 0 | 4F | 114 | 34 | E |
| Octal | 47 | 21 | 66 | 34 | 105 | 0 | 117 | 424 | 64 | 16 |
| Binary | 100111 | 10001 | 110110 | 11100 | 1000101 | 0 | 1001111 | 100010100 | 110100 | 1110 |
Color Harmonies of #271136
Complementary color
Monochromatic Colors of #271136
Black with #271136
Text Example
Text Example
White with #271136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271136; }
p { color: rgb(39,17,54); }
H1.HeaderClassName
{
color: #271136;
}
.AnyTagClassName
{
color: #271136;
}
</style>
background-color css
<style>
a { background-color: #271136; }
a { background-color: rgb(39,17,54); }
div.DivClassName
{
background-color: #271136;
}
.BgClassName
{
background-color: #271136;
}
</style>
border-color css
<style>
span { border-color: #271136; }
span { border-color: rgb(39,17,54); }
td.TdClassName
{
border-color: #271136;
}
.TagClassName
{
border-color: #271136;
}
</style>