Shades of Blackcurrant #271142
Tints of Blackcurrant #271142
RGB
CMYK
RGB Variations
Color information
#271142 (or 0x271142) is known color: Blackcurrant. HEX triplet: 27, 11 and 42. RGB value is (39,17,66). Sum of RGB (Red+Green+Blue) = 39+17+66=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 66 (26.17% from 255 or 54.10% from 122); Max value from RGB is 66 - color contains mainly: blue. Hex color #271142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271142 is #D8EEBD. Grayscale: #1C1C1C. Windows color (decimal): -14216894 or 4329767. OLE color: 4329767.
HSL color Cylindrical-coordinate representation of color #271142: hue angle of 266.94º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #271142 is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 39 | 17 | 66 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.74 |
| HSL | 266.94º | 0.59% | 0.16% | - |
| HSV(B) | 266.94º | 0.74% | 0.26% | - |
| XYZ | 2.02 | 1.23 | 5.28 | - |
| YUV | 29.16 | 148.79 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 17 | 66 | 0.41 | 0.74 | 0 | 0.74 | 266.94 | 0.59 | 0.16 |
| Hex | 27 | 11 | 42 | 29 | 4A | 0 | 4A | 10B | 3B | 10 |
| Octal | 47 | 21 | 102 | 51 | 112 | 0 | 112 | 413 | 73 | 20 |
| Binary | 100111 | 10001 | 1000010 | 101001 | 1001010 | 0 | 1001010 | 100001011 | 111011 | 10000 |
Color Harmonies of #271142
Complementary color
Monochromatic Colors of #271142
Black with #271142
Text Example
Text Example
White with #271142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271142; }
p { color: rgb(39,17,66); }
H1.HeaderClassName
{
color: #271142;
}
.AnyTagClassName
{
color: #271142;
}
</style>
background-color css
<style>
a { background-color: #271142; }
a { background-color: rgb(39,17,66); }
div.DivClassName
{
background-color: #271142;
}
.BgClassName
{
background-color: #271142;
}
</style>
border-color css
<style>
span { border-color: #271142; }
span { border-color: rgb(39,17,66); }
td.TdClassName
{
border-color: #271142;
}
.TagClassName
{
border-color: #271142;
}
</style>