Shades of Blackcurrant #271044
Tints of Blackcurrant #271044
RGB
CMYK
RGB Variations
Color information
#271044 (or 0x271044) is known color: Blackcurrant. HEX triplet: 27, 10 and 44. RGB value is (39,16,68). Sum of RGB (Red+Green+Blue) = 39+16+68=123 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.71% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 68 (26.95% from 255 or 55.28% from 123); Max value from RGB is 68 - color contains mainly: blue. Hex color #271044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271044 is #D8EFBB. Grayscale: #1C1C1C. Windows color (decimal): -14217148 or 4460583. OLE color: 4460583.
HSL color Cylindrical-coordinate representation of color #271044: hue angle of 266.54º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #271044 is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 39 | 16 | 68 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.73 |
| HSL | 266.54º | 0.62% | 0.16% | - |
| HSV(B) | 266.54º | 0.76% | 0.27% | - |
| XYZ | 2.07 | 1.22 | 5.6 | - |
| YUV | 28.81 | 150.12 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 16 | 68 | 0.43 | 0.76 | 0 | 0.73 | 266.54 | 0.62 | 0.16 |
| Hex | 27 | 10 | 44 | 2B | 4C | 0 | 49 | 10B | 3E | 10 |
| Octal | 47 | 20 | 104 | 53 | 114 | 0 | 111 | 413 | 76 | 20 |
| Binary | 100111 | 10000 | 1000100 | 101011 | 1001100 | 0 | 1001001 | 100001011 | 111110 | 10000 |
Color Harmonies of #271044
Complementary color
Monochromatic Colors of #271044
Black with #271044
Text Example
Text Example
White with #271044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271044; }
p { color: rgb(39,16,68); }
H1.HeaderClassName
{
color: #271044;
}
.AnyTagClassName
{
color: #271044;
}
</style>
background-color css
<style>
a { background-color: #271044; }
a { background-color: rgb(39,16,68); }
div.DivClassName
{
background-color: #271044;
}
.BgClassName
{
background-color: #271044;
}
</style>
border-color css
<style>
span { border-color: #271044; }
span { border-color: rgb(39,16,68); }
td.TdClassName
{
border-color: #271044;
}
.TagClassName
{
border-color: #271044;
}
</style>