Shades of Blackcurrant #271341
Tints of Blackcurrant #271341
RGB
CMYK
RGB Variations
Color information
#271341 (or 0x271341) is known color: Blackcurrant. HEX triplet: 27, 13 and 41. RGB value is (39,19,65). Sum of RGB (Red+Green+Blue) = 39+19+65=123 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.71% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 65 (25.78% from 255 or 52.85% from 123); Max value from RGB is 65 - color contains mainly: blue. Hex color #271341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271341 is #D8ECBE. Grayscale: #1E1E1E. Windows color (decimal): -14216383 or 4264743. OLE color: 4264743.
HSL color Cylindrical-coordinate representation of color #271341: hue angle of 266.09º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #271341 is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 19 | 65 | - |
| CMYK | 0.40 | 0.71 | 0 | 0.75 |
| HSL | 266.09º | 0.55% | 0.16% | - |
| HSV(B) | 266.09º | 0.71% | 0.25% | - |
| XYZ | 2.02 | 1.28 | 5.14 | - |
| YUV | 30.22 | 147.63 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 19 | 65 | 0.40 | 0.71 | 0 | 0.75 | 266.09 | 0.55 | 0.16 |
| Hex | 27 | 13 | 41 | 28 | 47 | 0 | 4B | 10A | 37 | 10 |
| Octal | 47 | 23 | 101 | 50 | 107 | 0 | 113 | 412 | 67 | 20 |
| Binary | 100111 | 10011 | 1000001 | 101000 | 1000111 | 0 | 1001011 | 100001010 | 110111 | 10000 |
Color Harmonies of #271341
Complementary color
Monochromatic Colors of #271341
Black with #271341
Text Example
Text Example
White with #271341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271341; }
p { color: rgb(39,19,65); }
H1.HeaderClassName
{
color: #271341;
}
.AnyTagClassName
{
color: #271341;
}
</style>
background-color css
<style>
a { background-color: #271341; }
a { background-color: rgb(39,19,65); }
div.DivClassName
{
background-color: #271341;
}
.BgClassName
{
background-color: #271341;
}
</style>
border-color css
<style>
span { border-color: #271341; }
span { border-color: rgb(39,19,65); }
td.TdClassName
{
border-color: #271341;
}
.TagClassName
{
border-color: #271341;
}
</style>