Shades of Blackcurrant #271041
Tints of Blackcurrant #271041
RGB
CMYK
RGB Variations
Color information
#271041 (or 0x271041) is known color: Blackcurrant. HEX triplet: 27, 10 and 41. RGB value is (39,16,65). Sum of RGB (Red+Green+Blue) = 39+16+65=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #271041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271041 is #D8EFBE. Grayscale: #1C1C1C. Windows color (decimal): -14217151 or 4263975. OLE color: 4263975.
HSL color Cylindrical-coordinate representation of color #271041: hue angle of 268.16º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #271041 is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 16 | 65 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.75 |
| HSL | 268.16º | 0.6% | 0.16% | - |
| HSV(B) | 268.16º | 0.75% | 0.25% | - |
| XYZ | 1.98 | 1.18 | 5.13 | - |
| YUV | 28.46 | 148.62 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 16 | 65 | 0.40 | 0.75 | 0 | 0.75 | 268.16 | 0.6 | 0.16 |
| Hex | 27 | 10 | 41 | 28 | 4B | 0 | 4B | 10C | 3C | 10 |
| Octal | 47 | 20 | 101 | 50 | 113 | 0 | 113 | 414 | 74 | 20 |
| Binary | 100111 | 10000 | 1000001 | 101000 | 1001011 | 0 | 1001011 | 100001100 | 111100 | 10000 |
Color Harmonies of #271041
Complementary color
Monochromatic Colors of #271041
Black with #271041
Text Example
Text Example
White with #271041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271041; }
p { color: rgb(39,16,65); }
H1.HeaderClassName
{
color: #271041;
}
.AnyTagClassName
{
color: #271041;
}
</style>
background-color css
<style>
a { background-color: #271041; }
a { background-color: rgb(39,16,65); }
div.DivClassName
{
background-color: #271041;
}
.BgClassName
{
background-color: #271041;
}
</style>
border-color css
<style>
span { border-color: #271041; }
span { border-color: rgb(39,16,65); }
td.TdClassName
{
border-color: #271041;
}
.TagClassName
{
border-color: #271041;
}
</style>