Shades of Blackcurrant #27084D
Tints of Blackcurrant #27084D
RGB
CMYK
RGB Variations
Color information
#27084D (or 0x27084D) is known color: Blackcurrant. HEX triplet: 27, 08 and 4D. RGB value is (39,8,77). Sum of RGB (Red+Green+Blue) = 39+8+77=124 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.45% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #27084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27084D is #D8F7B2. Grayscale: #181818. Windows color (decimal): -14219187 or 5048359. OLE color: 5048359.
HSL color Cylindrical-coordinate representation of color #27084D: hue angle of 266.96º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #27084D is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 8 | 77 | - |
| CMYK | 0.49 | 0.90 | 0 | 0.70 |
| HSL | 266.96º | 0.81% | 0.17% | - |
| HSV(B) | 266.96º | 0.9% | 0.3% | - |
| XYZ | 2.26 | 1.14 | 7.12 | - |
| YUV | 25.14 | 157.27 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 8 | 77 | 0.49 | 0.90 | 0 | 0.70 | 266.96 | 0.81 | 0.17 |
| Hex | 27 | 8 | 4D | 31 | 5A | 0 | 46 | 10B | 51 | 11 |
| Octal | 47 | 10 | 115 | 61 | 132 | 0 | 106 | 413 | 121 | 21 |
| Binary | 100111 | 1000 | 1001101 | 110001 | 1011010 | 0 | 1000110 | 100001011 | 1010001 | 10001 |
Color Harmonies of #27084D
Complementary color
Monochromatic Colors of #27084D
Black with #27084D
Text Example
Text Example
White with #27084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27084D; }
p { color: rgb(39,8,77); }
H1.HeaderClassName
{
color: #27084D;
}
.AnyTagClassName
{
color: #27084D;
}
</style>
background-color css
<style>
a { background-color: #27084D; }
a { background-color: rgb(39,8,77); }
div.DivClassName
{
background-color: #27084D;
}
.BgClassName
{
background-color: #27084D;
}
</style>
border-color css
<style>
span { border-color: #27084D; }
span { border-color: rgb(39,8,77); }
td.TdClassName
{
border-color: #27084D;
}
.TagClassName
{
border-color: #27084D;
}
</style>