Shades of Blackcurrant #27064E
Tints of Blackcurrant #27064E
RGB
CMYK
RGB Variations
Color information
#27064E (or 0x27064E) is known color: Blackcurrant. HEX triplet: 27, 06 and 4E. RGB value is (39,6,78). Sum of RGB (Red+Green+Blue) = 39+6+78=123 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.71% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 78 (30.86% from 255 or 63.41% from 123); Max value from RGB is 78 - color contains mainly: blue. Hex color #27064E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27064E is #D8F9B1. Grayscale: #171717. Windows color (decimal): -14219698 or 5113383. OLE color: 5113383.
HSL color Cylindrical-coordinate representation of color #27064E: hue angle of 267.5º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #27064E is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 6 | 78 | - |
| CMYK | 0.50 | 0.92 | 0 | 0.69 |
| HSL | 267.5º | 0.86% | 0.16% | - |
| HSV(B) | 267.5º | 0.92% | 0.31% | - |
| XYZ | 2.28 | 1.11 | 7.3 | - |
| YUV | 24.08 | 158.43 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 6 | 78 | 0.50 | 0.92 | 0 | 0.69 | 267.5 | 0.86 | 0.16 |
| Hex | 27 | 6 | 4E | 32 | 5C | 0 | 45 | 10C | 56 | 10 |
| Octal | 47 | 6 | 116 | 62 | 134 | 0 | 105 | 414 | 126 | 20 |
| Binary | 100111 | 110 | 1001110 | 110010 | 1011100 | 0 | 1000101 | 100001100 | 1010110 | 10000 |
Color Harmonies of #27064E
Complementary color
Monochromatic Colors of #27064E
Black with #27064E
Text Example
Text Example
White with #27064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27064E; }
p { color: rgb(39,6,78); }
H1.HeaderClassName
{
color: #27064E;
}
.AnyTagClassName
{
color: #27064E;
}
</style>
background-color css
<style>
a { background-color: #27064E; }
a { background-color: rgb(39,6,78); }
div.DivClassName
{
background-color: #27064E;
}
.BgClassName
{
background-color: #27064E;
}
</style>
border-color css
<style>
span { border-color: #27064E; }
span { border-color: rgb(39,6,78); }
td.TdClassName
{
border-color: #27064E;
}
.TagClassName
{
border-color: #27064E;
}
</style>