Shades of Blackcurrant #27084A
Tints of Blackcurrant #27084A
RGB
CMYK
RGB Variations
Color information
#27084A (or 0x27084A) is known color: Blackcurrant. HEX triplet: 27, 08 and 4A. RGB value is (39,8,74). Sum of RGB (Red+Green+Blue) = 39+8+74=121 (16% of max value = 765). Red value is 39 (15.62% from 255 or 32.23% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 74 (29.30% from 255 or 61.16% from 121); Max value from RGB is 74 - color contains mainly: blue. Hex color #27084A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27084A is #D8F7B5. Grayscale: #181818. Windows color (decimal): -14219190 or 4851751. OLE color: 4851751.
HSL color Cylindrical-coordinate representation of color #27084A: hue angle of 268.18º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #27084A is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 8 | 74 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.71 |
| HSL | 268.18º | 0.8% | 0.16% | - |
| HSV(B) | 268.18º | 0.89% | 0.29% | - |
| XYZ | 2.16 | 1.1 | 6.58 | - |
| YUV | 24.79 | 155.77 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 8 | 74 | 0.47 | 0.89 | 0 | 0.71 | 268.18 | 0.8 | 0.16 |
| Hex | 27 | 8 | 4A | 2F | 59 | 0 | 47 | 10C | 50 | 10 |
| Octal | 47 | 10 | 112 | 57 | 131 | 0 | 107 | 414 | 120 | 20 |
| Binary | 100111 | 1000 | 1001010 | 101111 | 1011001 | 0 | 1000111 | 100001100 | 1010000 | 10000 |
Color Harmonies of #27084A
Complementary color
Monochromatic Colors of #27084A
Black with #27084A
Text Example
Text Example
White with #27084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27084A; }
p { color: rgb(39,8,74); }
H1.HeaderClassName
{
color: #27084A;
}
.AnyTagClassName
{
color: #27084A;
}
</style>
background-color css
<style>
a { background-color: #27084A; }
a { background-color: rgb(39,8,74); }
div.DivClassName
{
background-color: #27084A;
}
.BgClassName
{
background-color: #27084A;
}
</style>
border-color css
<style>
span { border-color: #27084A; }
span { border-color: rgb(39,8,74); }
td.TdClassName
{
border-color: #27084A;
}
.TagClassName
{
border-color: #27084A;
}
</style>