Shades of Blackcurrant #270848
Tints of Blackcurrant #270848
RGB
CMYK
RGB Variations
Color information
#270848 (or 0x270848) is known color: Blackcurrant. HEX triplet: 27, 08 and 48. RGB value is (39,8,72). Sum of RGB (Red+Green+Blue) = 39+8+72=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 72 (28.52% from 255 or 60.50% from 119); Max value from RGB is 72 - color contains mainly: blue. Hex color #270848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270848 is #D8F7B7. Grayscale: #181818. Windows color (decimal): -14219192 or 4720679. OLE color: 4720679.
HSL color Cylindrical-coordinate representation of color #270848: hue angle of 269.06º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #270848 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 39 | 8 | 72 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.72 |
| HSL | 269.06º | 0.8% | 0.16% | - |
| HSV(B) | 269.06º | 0.89% | 0.28% | - |
| XYZ | 2.09 | 1.07 | 6.23 | - |
| YUV | 24.57 | 154.77 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 8 | 72 | 0.46 | 0.89 | 0 | 0.72 | 269.06 | 0.8 | 0.16 |
| Hex | 27 | 8 | 48 | 2E | 59 | 0 | 48 | 10D | 50 | 10 |
| Octal | 47 | 10 | 110 | 56 | 131 | 0 | 110 | 415 | 120 | 20 |
| Binary | 100111 | 1000 | 1001000 | 101110 | 1011001 | 0 | 1001000 | 100001101 | 1010000 | 10000 |
Color Harmonies of #270848
Complementary color
Monochromatic Colors of #270848
Black with #270848
Text Example
Text Example
White with #270848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270848; }
p { color: rgb(39,8,72); }
H1.HeaderClassName
{
color: #270848;
}
.AnyTagClassName
{
color: #270848;
}
</style>
background-color css
<style>
a { background-color: #270848; }
a { background-color: rgb(39,8,72); }
div.DivClassName
{
background-color: #270848;
}
.BgClassName
{
background-color: #270848;
}
</style>
border-color css
<style>
span { border-color: #270848; }
span { border-color: rgb(39,8,72); }
td.TdClassName
{
border-color: #270848;
}
.TagClassName
{
border-color: #270848;
}
</style>