Shades of Blackcurrant #27064C
Tints of Blackcurrant #27064C
RGB
CMYK
RGB Variations
Color information
#27064C (or 0x27064C) is known color: Blackcurrant. HEX triplet: 27, 06 and 4C. RGB value is (39,6,76). Sum of RGB (Red+Green+Blue) = 39+6+76=121 (16% of max value = 765). Red value is 39 (15.62% from 255 or 32.23% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 76 (30.08% from 255 or 62.81% from 121); Max value from RGB is 76 - color contains mainly: blue. Hex color #27064C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27064C is #D8F9B3. Grayscale: #171717. Windows color (decimal): -14219700 or 4982311. OLE color: 4982311.
HSL color Cylindrical-coordinate representation of color #27064C: hue angle of 268.29º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #27064C is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 6 | 76 | - |
| CMYK | 0.49 | 0.92 | 0 | 0.70 |
| HSL | 268.29º | 0.85% | 0.16% | - |
| HSV(B) | 268.29º | 0.92% | 0.3% | - |
| XYZ | 2.21 | 1.08 | 6.93 | - |
| YUV | 23.85 | 157.43 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 6 | 76 | 0.49 | 0.92 | 0 | 0.70 | 268.29 | 0.85 | 0.16 |
| Hex | 27 | 6 | 4C | 31 | 5C | 0 | 46 | 10C | 55 | 10 |
| Octal | 47 | 6 | 114 | 61 | 134 | 0 | 106 | 414 | 125 | 20 |
| Binary | 100111 | 110 | 1001100 | 110001 | 1011100 | 0 | 1000110 | 100001100 | 1010101 | 10000 |
Color Harmonies of #27064C
Complementary color
Monochromatic Colors of #27064C
Black with #27064C
Text Example
Text Example
White with #27064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27064C; }
p { color: rgb(39,6,76); }
H1.HeaderClassName
{
color: #27064C;
}
.AnyTagClassName
{
color: #27064C;
}
</style>
background-color css
<style>
a { background-color: #27064C; }
a { background-color: rgb(39,6,76); }
div.DivClassName
{
background-color: #27064C;
}
.BgClassName
{
background-color: #27064C;
}
</style>
border-color css
<style>
span { border-color: #27064C; }
span { border-color: rgb(39,6,76); }
td.TdClassName
{
border-color: #27064C;
}
.TagClassName
{
border-color: #27064C;
}
</style>