Shades of Blackcurrant #270154
Tints of Blackcurrant #270154
RGB
CMYK
RGB Variations
Color information
#270154 (or 0x270154) is known color: Blackcurrant. HEX triplet: 27, 01 and 54. RGB value is (39,1,84). Sum of RGB (Red+Green+Blue) = 39+1+84=124 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.45% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 84 (33.20% from 255 or 67.74% from 124); Max value from RGB is 84 - color contains mainly: blue. Hex color #270154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270154 is #D8FEAB. Grayscale: #151515. Windows color (decimal): -14220972 or 5505319. OLE color: 5505319.
HSL color Cylindrical-coordinate representation of color #270154: hue angle of 267.47º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #270154 is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 1 | 84 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.67 |
| HSL | 267.47º | 0.98% | 0.17% | - |
| HSV(B) | 267.47º | 0.99% | 0.33% | - |
| XYZ | 2.45 | 1.09 | 8.47 | - |
| YUV | 21.82 | 163.09 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 1 | 84 | 0.54 | 0.99 | 0 | 0.67 | 267.47 | 0.98 | 0.17 |
| Hex | 27 | 1 | 54 | 36 | 63 | 0 | 43 | 10B | 62 | 11 |
| Octal | 47 | 1 | 124 | 66 | 143 | 0 | 103 | 413 | 142 | 21 |
| Binary | 100111 | 1 | 1010100 | 110110 | 1100011 | 0 | 1000011 | 100001011 | 1100010 | 10001 |
Color Harmonies of #270154
Complementary color
Monochromatic Colors of #270154
Black with #270154
Text Example
Text Example
White with #270154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270154; }
p { color: rgb(39,1,84); }
H1.HeaderClassName
{
color: #270154;
}
.AnyTagClassName
{
color: #270154;
}
</style>
background-color css
<style>
a { background-color: #270154; }
a { background-color: rgb(39,1,84); }
div.DivClassName
{
background-color: #270154;
}
.BgClassName
{
background-color: #270154;
}
</style>
border-color css
<style>
span { border-color: #270154; }
span { border-color: rgb(39,1,84); }
td.TdClassName
{
border-color: #270154;
}
.TagClassName
{
border-color: #270154;
}
</style>