Shades of Blackcurrant #27054A
Tints of Blackcurrant #27054A
RGB
CMYK
RGB Variations
Color information
#27054A (or 0x27054A) is known color: Blackcurrant. HEX triplet: 27, 05 and 4A. RGB value is (39,5,74). Sum of RGB (Red+Green+Blue) = 39+5+74=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 74 (29.30% from 255 or 62.71% from 118); Max value from RGB is 74 - color contains mainly: blue. Hex color #27054A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27054A is #D8FAB5. Grayscale: #161616. Windows color (decimal): -14219958 or 4850983. OLE color: 4850983.
HSL color Cylindrical-coordinate representation of color #27054A: hue angle of 269.57º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #27054A is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 5 | 74 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.71 |
| HSL | 269.57º | 0.87% | 0.15% | - |
| HSV(B) | 269.57º | 0.93% | 0.29% | - |
| XYZ | 2.13 | 1.03 | 6.57 | - |
| YUV | 23.03 | 156.76 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 5 | 74 | 0.47 | 0.93 | 0 | 0.71 | 269.57 | 0.87 | 0.15 |
| Hex | 27 | 5 | 4A | 2F | 5D | 0 | 47 | 10E | 57 | F |
| Octal | 47 | 5 | 112 | 57 | 135 | 0 | 107 | 416 | 127 | 17 |
| Binary | 100111 | 101 | 1001010 | 101111 | 1011101 | 0 | 1000111 | 100001110 | 1010111 | 1111 |
Color Harmonies of #27054A
Complementary color
Monochromatic Colors of #27054A
Black with #27054A
Text Example
Text Example
White with #27054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27054A; }
p { color: rgb(39,5,74); }
H1.HeaderClassName
{
color: #27054A;
}
.AnyTagClassName
{
color: #27054A;
}
</style>
background-color css
<style>
a { background-color: #27054A; }
a { background-color: rgb(39,5,74); }
div.DivClassName
{
background-color: #27054A;
}
.BgClassName
{
background-color: #27054A;
}
</style>
border-color css
<style>
span { border-color: #27054A; }
span { border-color: rgb(39,5,74); }
td.TdClassName
{
border-color: #27054A;
}
.TagClassName
{
border-color: #27054A;
}
</style>