Shades of Blackcurrant #270534
Tints of Blackcurrant #270534
RGB
CMYK
RGB Variations
Color information
#270534 (or 0x270534) is known color: Blackcurrant. HEX triplet: 27, 05 and 34. RGB value is (39,5,52). Sum of RGB (Red+Green+Blue) = 39+5+52=96 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.62% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 52 (20.70% from 255 or 54.17% from 96); Max value from RGB is 52 - color contains mainly: blue. Hex color #270534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270534 is #D8FACB. Grayscale: #141414. Windows color (decimal): -14219980 or 3409191. OLE color: 3409191.
HSL color Cylindrical-coordinate representation of color #270534: hue angle of 283.4º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #270534 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 39 | 5 | 52 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.80 |
| HSL | 283.4º | 0.82% | 0.11% | - |
| HSV(B) | 283.4º | 0.9% | 0.2% | - |
| XYZ | 1.51 | 0.79 | 3.32 | - |
| YUV | 20.52 | 145.76 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 5 | 52 | 0.25 | 0.90 | 0 | 0.80 | 283.4 | 0.82 | 0.11 |
| Hex | 27 | 5 | 34 | 19 | 5A | 0 | 50 | 11B | 52 | B |
| Octal | 47 | 5 | 64 | 31 | 132 | 0 | 120 | 433 | 122 | 13 |
| Binary | 100111 | 101 | 110100 | 11001 | 1011010 | 0 | 1010000 | 100011011 | 1010010 | 1011 |
Color Harmonies of #270534
Complementary color
Monochromatic Colors of #270534
Black with #270534
Text Example
Text Example
White with #270534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270534; }
p { color: rgb(39,5,52); }
H1.HeaderClassName
{
color: #270534;
}
.AnyTagClassName
{
color: #270534;
}
</style>
background-color css
<style>
a { background-color: #270534; }
a { background-color: rgb(39,5,52); }
div.DivClassName
{
background-color: #270534;
}
.BgClassName
{
background-color: #270534;
}
</style>
border-color css
<style>
span { border-color: #270534; }
span { border-color: rgb(39,5,52); }
td.TdClassName
{
border-color: #270534;
}
.TagClassName
{
border-color: #270534;
}
</style>