Shades of Blackcurrant #270549
Tints of Blackcurrant #270549
RGB
CMYK
RGB Variations
Color information
#270549 (or 0x270549) is known color: Blackcurrant. HEX triplet: 27, 05 and 49. RGB value is (39,5,73). Sum of RGB (Red+Green+Blue) = 39+5+73=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 73 (28.91% from 255 or 62.39% from 117); Max value from RGB is 73 - color contains mainly: blue. Hex color #270549 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270549 is #D8FAB6. Grayscale: #161616. Windows color (decimal): -14219959 or 4785447. OLE color: 4785447.
HSL color Cylindrical-coordinate representation of color #270549: hue angle of 270º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #270549 is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 5 | 73 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.71 |
| HSL | 270º | 0.87% | 0.15% | - |
| HSV(B) | 270º | 0.93% | 0.29% | - |
| XYZ | 2.09 | 1.02 | 6.39 | - |
| YUV | 22.92 | 156.26 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 5 | 73 | 0.47 | 0.93 | 0 | 0.71 | 270 | 0.87 | 0.15 |
| Hex | 27 | 5 | 49 | 2F | 5D | 0 | 47 | 10E | 57 | F |
| Octal | 47 | 5 | 111 | 57 | 135 | 0 | 107 | 416 | 127 | 17 |
| Binary | 100111 | 101 | 1001001 | 101111 | 1011101 | 0 | 1000111 | 100001110 | 1010111 | 1111 |
Color Harmonies of #270549
Complementary color
Monochromatic Colors of #270549
Black with #270549
Text Example
Text Example
White with #270549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270549; }
p { color: rgb(39,5,73); }
H1.HeaderClassName
{
color: #270549;
}
.AnyTagClassName
{
color: #270549;
}
</style>
background-color css
<style>
a { background-color: #270549; }
a { background-color: rgb(39,5,73); }
div.DivClassName
{
background-color: #270549;
}
.BgClassName
{
background-color: #270549;
}
</style>
border-color css
<style>
span { border-color: #270549; }
span { border-color: rgb(39,5,73); }
td.TdClassName
{
border-color: #270549;
}
.TagClassName
{
border-color: #270549;
}
</style>