Shades of Blackcurrant #270146
Tints of Blackcurrant #270146
RGB
CMYK
RGB Variations
Color information
#270146 (or 0x270146) is known color: Blackcurrant. HEX triplet: 27, 01 and 46. RGB value is (39,1,70). Sum of RGB (Red+Green+Blue) = 39+1+70=110 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.45% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 70 (27.73% from 255 or 63.64% from 110); Max value from RGB is 70 - color contains mainly: blue. Hex color #270146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270146 is #D8FEB9. Grayscale: #131313. Windows color (decimal): -14220986 or 4587815. OLE color: 4587815.
HSL color Cylindrical-coordinate representation of color #270146: hue angle of 273.04º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #270146 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 39 | 1 | 70 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.73 |
| HSL | 273.04º | 0.97% | 0.14% | - |
| HSV(B) | 273.04º | 0.99% | 0.27% | - |
| XYZ | 1.95 | 0.9 | 5.86 | - |
| YUV | 20.23 | 156.09 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 1 | 70 | 0.44 | 0.99 | 0 | 0.73 | 273.04 | 0.97 | 0.14 |
| Hex | 27 | 1 | 46 | 2C | 63 | 0 | 49 | 111 | 61 | E |
| Octal | 47 | 1 | 106 | 54 | 143 | 0 | 111 | 421 | 141 | 16 |
| Binary | 100111 | 1 | 1000110 | 101100 | 1100011 | 0 | 1001001 | 100010001 | 1100001 | 1110 |
Color Harmonies of #270146
Complementary color
Monochromatic Colors of #270146
Black with #270146
Text Example
Text Example
White with #270146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270146; }
p { color: rgb(39,1,70); }
H1.HeaderClassName
{
color: #270146;
}
.AnyTagClassName
{
color: #270146;
}
</style>
background-color css
<style>
a { background-color: #270146; }
a { background-color: rgb(39,1,70); }
div.DivClassName
{
background-color: #270146;
}
.BgClassName
{
background-color: #270146;
}
</style>
border-color css
<style>
span { border-color: #270146; }
span { border-color: rgb(39,1,70); }
td.TdClassName
{
border-color: #270146;
}
.TagClassName
{
border-color: #270146;
}
</style>