Shades of Blackcurrant #27004F
Tints of Blackcurrant #27004F
RGB
CMYK
RGB Variations
Color information
#27004F (or 0x27004F) is known color: Blackcurrant. HEX triplet: 27, 00 and 4F. RGB value is (39,0,79). Sum of RGB (Red+Green+Blue) = 39+0+79=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 79 (31.25% from 255 or 66.95% from 118); Max value from RGB is 79 - color contains mainly: blue. Hex color #27004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27004F is #D8FFB0. Grayscale: #141414. Windows color (decimal): -14221233 or 5177383. OLE color: 5177383.
HSL color Cylindrical-coordinate representation of color #27004F: hue angle of 269.62º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27004F is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 0 | 79 | - |
| CMYK | 0.51 | 1 | 0 | 0.69 |
| HSL | 269.62º | 1% | 0.15% | - |
| HSV(B) | 269.62º | 1% | 0.31% | - |
| XYZ | 2.25 | 1 | 7.47 | - |
| YUV | 20.67 | 160.92 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 0 | 79 | 0.51 | 1 | 0 | 0.69 | 269.62 | 1 | 0.15 |
| Hex | 27 | 0 | 4F | 33 | 64 | 0 | 45 | 10E | 64 | F |
| Octal | 47 | 0 | 117 | 63 | 144 | 0 | 105 | 416 | 144 | 17 |
| Binary | 100111 | 0 | 1001111 | 110011 | 1100100 | 0 | 1000101 | 100001110 | 1100100 | 1111 |
Color Harmonies of #27004F
Complementary color
Monochromatic Colors of #27004F
Black with #27004F
Text Example
Text Example
White with #27004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27004F; }
p { color: rgb(39,0,79); }
H1.HeaderClassName
{
color: #27004F;
}
.AnyTagClassName
{
color: #27004F;
}
</style>
background-color css
<style>
a { background-color: #27004F; }
a { background-color: rgb(39,0,79); }
div.DivClassName
{
background-color: #27004F;
}
.BgClassName
{
background-color: #27004F;
}
</style>
border-color css
<style>
span { border-color: #27004F; }
span { border-color: rgb(39,0,79); }
td.TdClassName
{
border-color: #27004F;
}
.TagClassName
{
border-color: #27004F;
}
</style>