Shades of Blackcurrant #270247
Tints of Blackcurrant #270247
RGB
CMYK
RGB Variations
Color information
#270247 (or 0x270247) is known color: Blackcurrant. HEX triplet: 27, 02 and 47. RGB value is (39,2,71). Sum of RGB (Red+Green+Blue) = 39+2+71=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 71 (28.12% from 255 or 63.39% from 112); Max value from RGB is 71 - color contains mainly: blue. Hex color #270247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270247 is #D8FDB8. Grayscale: #141414. Windows color (decimal): -14220729 or 4653607. OLE color: 4653607.
HSL color Cylindrical-coordinate representation of color #270247: hue angle of 272.17º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #270247 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 39 | 2 | 71 | - |
| CMYK | 0.45 | 0.97 | 0 | 0.72 |
| HSL | 272.17º | 0.95% | 0.14% | - |
| HSV(B) | 272.17º | 0.97% | 0.28% | - |
| XYZ | 2 | 0.93 | 6.04 | - |
| YUV | 20.93 | 156.26 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 2 | 71 | 0.45 | 0.97 | 0 | 0.72 | 272.17 | 0.95 | 0.14 |
| Hex | 27 | 2 | 47 | 2D | 61 | 0 | 48 | 110 | 5F | E |
| Octal | 47 | 2 | 107 | 55 | 141 | 0 | 110 | 420 | 137 | 16 |
| Binary | 100111 | 10 | 1000111 | 101101 | 1100001 | 0 | 1001000 | 100010000 | 1011111 | 1110 |
Color Harmonies of #270247
Complementary color
Monochromatic Colors of #270247
Black with #270247
Text Example
Text Example
White with #270247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270247; }
p { color: rgb(39,2,71); }
H1.HeaderClassName
{
color: #270247;
}
.AnyTagClassName
{
color: #270247;
}
</style>
background-color css
<style>
a { background-color: #270247; }
a { background-color: rgb(39,2,71); }
div.DivClassName
{
background-color: #270247;
}
.BgClassName
{
background-color: #270247;
}
</style>
border-color css
<style>
span { border-color: #270247; }
span { border-color: rgb(39,2,71); }
td.TdClassName
{
border-color: #270247;
}
.TagClassName
{
border-color: #270247;
}
</style>