Shades of Blackcurrant #271135
Tints of Blackcurrant #271135
RGB
CMYK
RGB Variations
Color information
#271135 (or 0x271135) is known color: Blackcurrant. HEX triplet: 27, 11 and 35. RGB value is (39,17,53). Sum of RGB (Red+Green+Blue) = 39+17+53=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 53 (21.09% from 255 or 48.62% from 109); Max value from RGB is 53 - color contains mainly: blue. Hex color #271135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271135 is #D8EECA. Grayscale: #1B1B1B. Windows color (decimal): -14216907 or 3477799. OLE color: 3477799.
HSL color Cylindrical-coordinate representation of color #271135: hue angle of 276.67º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #271135 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 39 | 17 | 53 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.79 |
| HSL | 276.67º | 0.51% | 0.14% | - |
| HSV(B) | 276.67º | 0.68% | 0.21% | - |
| XYZ | 1.68 | 1.09 | 3.49 | - |
| YUV | 27.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 17 | 53 | 0.26 | 0.68 | 0 | 0.79 | 276.67 | 0.51 | 0.14 |
| Hex | 27 | 11 | 35 | 1A | 44 | 0 | 4F | 115 | 33 | E |
| Octal | 47 | 21 | 65 | 32 | 104 | 0 | 117 | 425 | 63 | 16 |
| Binary | 100111 | 10001 | 110101 | 11010 | 1000100 | 0 | 1001111 | 100010101 | 110011 | 1110 |
Color Harmonies of #271135
Complementary color
Monochromatic Colors of #271135
Black with #271135
Text Example
Text Example
White with #271135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271135; }
p { color: rgb(39,17,53); }
H1.HeaderClassName
{
color: #271135;
}
.AnyTagClassName
{
color: #271135;
}
</style>
background-color css
<style>
a { background-color: #271135; }
a { background-color: rgb(39,17,53); }
div.DivClassName
{
background-color: #271135;
}
.BgClassName
{
background-color: #271135;
}
</style>
border-color css
<style>
span { border-color: #271135; }
span { border-color: rgb(39,17,53); }
td.TdClassName
{
border-color: #271135;
}
.TagClassName
{
border-color: #271135;
}
</style>