Shades of Blackcurrant #271236
Tints of Blackcurrant #271236
RGB
CMYK
RGB Variations
Color information
#271236 (or 0x271236) is known color: Blackcurrant. HEX triplet: 27, 12 and 36. RGB value is (39,18,54). Sum of RGB (Red+Green+Blue) = 39+18+54=111 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.14% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 54 (21.48% from 255 or 48.65% from 111); Max value from RGB is 54 - color contains mainly: blue. Hex color #271236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271236 is #D8EDC9. Grayscale: #1C1C1C. Windows color (decimal): -14216650 or 3543591. OLE color: 3543591.
HSL color Cylindrical-coordinate representation of color #271236: hue angle of 275º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #271236 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 39 | 18 | 54 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.79 |
| HSL | 275º | 0.5% | 0.14% | - |
| HSV(B) | 275º | 0.67% | 0.21% | - |
| XYZ | 1.72 | 1.13 | 3.62 | - |
| YUV | 28.38 | 142.46 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 18 | 54 | 0.28 | 0.67 | 0 | 0.79 | 275 | 0.5 | 0.14 |
| Hex | 27 | 12 | 36 | 1C | 43 | 0 | 4F | 113 | 32 | E |
| Octal | 47 | 22 | 66 | 34 | 103 | 0 | 117 | 423 | 62 | 16 |
| Binary | 100111 | 10010 | 110110 | 11100 | 1000011 | 0 | 1001111 | 100010011 | 110010 | 1110 |
Color Harmonies of #271236
Complementary color
Monochromatic Colors of #271236
Black with #271236
Text Example
Text Example
White with #271236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271236; }
p { color: rgb(39,18,54); }
H1.HeaderClassName
{
color: #271236;
}
.AnyTagClassName
{
color: #271236;
}
</style>
background-color css
<style>
a { background-color: #271236; }
a { background-color: rgb(39,18,54); }
div.DivClassName
{
background-color: #271236;
}
.BgClassName
{
background-color: #271236;
}
</style>
border-color css
<style>
span { border-color: #271236; }
span { border-color: rgb(39,18,54); }
td.TdClassName
{
border-color: #271236;
}
.TagClassName
{
border-color: #271236;
}
</style>