Shades of Blackcurrant #270048
Tints of Blackcurrant #270048
RGB
CMYK
RGB Variations
Color information
#270048 (or 0x270048) is known color: Blackcurrant. HEX triplet: 27, 00 and 48. RGB value is (39,0,72). Sum of RGB (Red+Green+Blue) = 39+0+72=111 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.14% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 72 (28.52% from 255 or 64.86% from 111); Max value from RGB is 72 - color contains mainly: blue. Hex color #270048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270048 is #D8FFB7. Grayscale: #131313. Windows color (decimal): -14221240 or 4718631. OLE color: 4718631.
HSL color Cylindrical-coordinate representation of color #270048: hue angle of 272.5º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #270048 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 39 | 0 | 72 | - |
| CMYK | 0.46 | 1 | 0 | 0.72 |
| HSL | 272.5º | 1% | 0.14% | - |
| HSV(B) | 272.5º | 1% | 0.28% | - |
| XYZ | 2.01 | 0.9 | 6.2 | - |
| YUV | 19.87 | 157.42 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 0 | 72 | 0.46 | 1 | 0 | 0.72 | 272.5 | 1 | 0.14 |
| Hex | 27 | 0 | 48 | 2E | 64 | 0 | 48 | 110 | 64 | E |
| Octal | 47 | 0 | 110 | 56 | 144 | 0 | 110 | 420 | 144 | 16 |
| Binary | 100111 | 0 | 1001000 | 101110 | 1100100 | 0 | 1001000 | 100010000 | 1100100 | 1110 |
Color Harmonies of #270048
Complementary color
Monochromatic Colors of #270048
Black with #270048
Text Example
Text Example
White with #270048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270048; }
p { color: rgb(39,0,72); }
H1.HeaderClassName
{
color: #270048;
}
.AnyTagClassName
{
color: #270048;
}
</style>
background-color css
<style>
a { background-color: #270048; }
a { background-color: rgb(39,0,72); }
div.DivClassName
{
background-color: #270048;
}
.BgClassName
{
background-color: #270048;
}
</style>
border-color css
<style>
span { border-color: #270048; }
span { border-color: rgb(39,0,72); }
td.TdClassName
{
border-color: #270048;
}
.TagClassName
{
border-color: #270048;
}
</style>