Shades of Blackcurrant #27072E
Tints of Blackcurrant #27072E
RGB
CMYK
RGB Variations
Color information
#27072E (or 0x27072E) is known color: Blackcurrant. HEX triplet: 27, 07 and 2E. RGB value is (39,7,46). Sum of RGB (Red+Green+Blue) = 39+7+46=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 46 (18.36% from 255 or 50% from 92); Max value from RGB is 46 - color contains mainly: blue. Hex color #27072E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27072E is #D8F8D1. Grayscale: #141414. Windows color (decimal): -14219474 or 3016487. OLE color: 3016487.
HSL color Cylindrical-coordinate representation of color #27072E: hue angle of 289.23º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27072E is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 7 | 46 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.82 |
| HSL | 289.23º | 0.74% | 0.1% | - |
| HSV(B) | 289.23º | 0.85% | 0.18% | - |
| XYZ | 1.41 | 0.78 | 2.66 | - |
| YUV | 21.01 | 142.1 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 7 | 46 | 0.15 | 0.85 | 0 | 0.82 | 289.23 | 0.74 | 0.1 |
| Hex | 27 | 7 | 2E | F | 55 | 0 | 52 | 121 | 4A | A |
| Octal | 47 | 7 | 56 | 17 | 125 | 0 | 122 | 441 | 112 | 12 |
| Binary | 100111 | 111 | 101110 | 1111 | 1010101 | 0 | 1010010 | 100100001 | 1001010 | 1010 |
Color Harmonies of #27072E
Complementary color
Monochromatic Colors of #27072E
Black with #27072E
Text Example
Text Example
White with #27072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27072E; }
p { color: rgb(39,7,46); }
H1.HeaderClassName
{
color: #27072E;
}
.AnyTagClassName
{
color: #27072E;
}
</style>
background-color css
<style>
a { background-color: #27072E; }
a { background-color: rgb(39,7,46); }
div.DivClassName
{
background-color: #27072E;
}
.BgClassName
{
background-color: #27072E;
}
</style>
border-color css
<style>
span { border-color: #27072E; }
span { border-color: rgb(39,7,46); }
td.TdClassName
{
border-color: #27072E;
}
.TagClassName
{
border-color: #27072E;
}
</style>