Shades of Blackcurrant #27014D
Tints of Blackcurrant #27014D
RGB
CMYK
RGB Variations
Color information
#27014D (or 0x27014D) is known color: Blackcurrant. HEX triplet: 27, 01 and 4D. RGB value is (39,1,77). Sum of RGB (Red+Green+Blue) = 39+1+77=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 77 (30.47% from 255 or 65.81% from 117); Max value from RGB is 77 - color contains mainly: blue. Hex color #27014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27014D is #D8FEB2. Grayscale: #141414. Windows color (decimal): -14220979 or 5046567. OLE color: 5046567.
HSL color Cylindrical-coordinate representation of color #27014D: hue angle of 270º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #27014D is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 1 | 77 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.70 |
| HSL | 270º | 0.97% | 0.15% | - |
| HSV(B) | 270º | 0.99% | 0.3% | - |
| XYZ | 2.19 | 0.99 | 7.1 | - |
| YUV | 21.03 | 159.59 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 1 | 77 | 0.49 | 0.99 | 0 | 0.70 | 270 | 0.97 | 0.15 |
| Hex | 27 | 1 | 4D | 31 | 63 | 0 | 46 | 10E | 61 | F |
| Octal | 47 | 1 | 115 | 61 | 143 | 0 | 106 | 416 | 141 | 17 |
| Binary | 100111 | 1 | 1001101 | 110001 | 1100011 | 0 | 1000110 | 100001110 | 1100001 | 1111 |
Color Harmonies of #27014D
Complementary color
Monochromatic Colors of #27014D
Black with #27014D
Text Example
Text Example
White with #27014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27014D; }
p { color: rgb(39,1,77); }
H1.HeaderClassName
{
color: #27014D;
}
.AnyTagClassName
{
color: #27014D;
}
</style>
background-color css
<style>
a { background-color: #27014D; }
a { background-color: rgb(39,1,77); }
div.DivClassName
{
background-color: #27014D;
}
.BgClassName
{
background-color: #27014D;
}
</style>
border-color css
<style>
span { border-color: #27014D; }
span { border-color: rgb(39,1,77); }
td.TdClassName
{
border-color: #27014D;
}
.TagClassName
{
border-color: #27014D;
}
</style>