Shades of Blackcurrant #270148
Tints of Blackcurrant #270148
RGB
CMYK
RGB Variations
Color information
#270148 (or 0x270148) is known color: Blackcurrant. HEX triplet: 27, 01 and 48. RGB value is (39,1,72). Sum of RGB (Red+Green+Blue) = 39+1+72=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 72 (28.52% from 255 or 64.29% from 112); Max value from RGB is 72 - color contains mainly: blue. Hex color #270148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270148 is #D8FEB7. Grayscale: #141414. Windows color (decimal): -14220984 or 4718887. OLE color: 4718887.
HSL color Cylindrical-coordinate representation of color #270148: hue angle of 272.11º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #270148 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 39 | 1 | 72 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.72 |
| HSL | 272.11º | 0.97% | 0.14% | - |
| HSV(B) | 272.11º | 0.99% | 0.28% | - |
| XYZ | 2.02 | 0.92 | 6.2 | - |
| YUV | 20.46 | 157.09 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 1 | 72 | 0.46 | 0.99 | 0 | 0.72 | 272.11 | 0.97 | 0.14 |
| Hex | 27 | 1 | 48 | 2E | 63 | 0 | 48 | 110 | 61 | E |
| Octal | 47 | 1 | 110 | 56 | 143 | 0 | 110 | 420 | 141 | 16 |
| Binary | 100111 | 1 | 1001000 | 101110 | 1100011 | 0 | 1001000 | 100010000 | 1100001 | 1110 |
Color Harmonies of #270148
Complementary color
Monochromatic Colors of #270148
Black with #270148
Text Example
Text Example
White with #270148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270148; }
p { color: rgb(39,1,72); }
H1.HeaderClassName
{
color: #270148;
}
.AnyTagClassName
{
color: #270148;
}
</style>
background-color css
<style>
a { background-color: #270148; }
a { background-color: rgb(39,1,72); }
div.DivClassName
{
background-color: #270148;
}
.BgClassName
{
background-color: #270148;
}
</style>
border-color css
<style>
span { border-color: #270148; }
span { border-color: rgb(39,1,72); }
td.TdClassName
{
border-color: #270148;
}
.TagClassName
{
border-color: #270148;
}
</style>