Shades of Blackcurrant #27052E
Tints of Blackcurrant #27052E
RGB
CMYK
RGB Variations
Color information
#27052E (or 0x27052E) is known color: Blackcurrant. HEX triplet: 27, 05 and 2E. RGB value is (39,5,46). Sum of RGB (Red+Green+Blue) = 39+5+46=90 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.33% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 46 (18.36% from 255 or 51.11% from 90); Max value from RGB is 46 - color contains mainly: blue. Hex color #27052E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27052E is #D8FAD1. Grayscale: #131313. Windows color (decimal): -14219986 or 3015975. OLE color: 3015975.
HSL color Cylindrical-coordinate representation of color #27052E: hue angle of 289.76º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #27052E is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 5 | 46 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.82 |
| HSL | 289.76º | 0.8% | 0.1% | - |
| HSV(B) | 289.76º | 0.89% | 0.18% | - |
| XYZ | 1.38 | 0.74 | 2.65 | - |
| YUV | 19.84 | 142.76 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 5 | 46 | 0.15 | 0.89 | 0 | 0.82 | 289.76 | 0.8 | 0.1 |
| Hex | 27 | 5 | 2E | F | 59 | 0 | 52 | 122 | 50 | A |
| Octal | 47 | 5 | 56 | 17 | 131 | 0 | 122 | 442 | 120 | 12 |
| Binary | 100111 | 101 | 101110 | 1111 | 1011001 | 0 | 1010010 | 100100010 | 1010000 | 1010 |
Color Harmonies of #27052E
Complementary color
Monochromatic Colors of #27052E
Black with #27052E
Text Example
Text Example
White with #27052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27052E; }
p { color: rgb(39,5,46); }
H1.HeaderClassName
{
color: #27052E;
}
.AnyTagClassName
{
color: #27052E;
}
</style>
background-color css
<style>
a { background-color: #27052E; }
a { background-color: rgb(39,5,46); }
div.DivClassName
{
background-color: #27052E;
}
.BgClassName
{
background-color: #27052E;
}
</style>
border-color css
<style>
span { border-color: #27052E; }
span { border-color: rgb(39,5,46); }
td.TdClassName
{
border-color: #27052E;
}
.TagClassName
{
border-color: #27052E;
}
</style>