Shades of Blackcurrant #270E31
Tints of Blackcurrant #270E31
RGB
CMYK
RGB Variations
Color information
#270E31 (or 0x270E31) is known color: Blackcurrant. HEX triplet: 27, 0E and 31. RGB value is (39,14,49). Sum of RGB (Red+Green+Blue) = 39+14+49=102 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.24% from 102); Green value is 14 (5.86% from 255 or 13.73% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 49 - color contains mainly: blue. Hex color #270E31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270E31 is #D8F1CE. Grayscale: #191919. Windows color (decimal): -14217679 or 3214887. OLE color: 3214887.
HSL color Cylindrical-coordinate representation of color #270E31: hue angle of 282.86º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #270E31 is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 39 | 14 | 49 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.81 |
| HSL | 282.86º | 0.56% | 0.12% | - |
| HSV(B) | 282.86º | 0.71% | 0.19% | - |
| XYZ | 1.55 | 0.97 | 3.01 | - |
| YUV | 25.47 | 141.28 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 14 | 49 | 0.20 | 0.71 | 0 | 0.81 | 282.86 | 0.56 | 0.12 |
| Hex | 27 | E | 31 | 14 | 47 | 0 | 51 | 11B | 38 | C |
| Octal | 47 | 16 | 61 | 24 | 107 | 0 | 121 | 433 | 70 | 14 |
| Binary | 100111 | 1110 | 110001 | 10100 | 1000111 | 0 | 1010001 | 100011011 | 111000 | 1100 |
Color Harmonies of #270E31
Complementary color
Monochromatic Colors of #270E31
Black with #270E31
Text Example
Text Example
White with #270E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270E31; }
p { color: rgb(39,14,49); }
H1.HeaderClassName
{
color: #270E31;
}
.AnyTagClassName
{
color: #270E31;
}
</style>
background-color css
<style>
a { background-color: #270E31; }
a { background-color: rgb(39,14,49); }
div.DivClassName
{
background-color: #270E31;
}
.BgClassName
{
background-color: #270E31;
}
</style>
border-color css
<style>
span { border-color: #270E31; }
span { border-color: rgb(39,14,49); }
td.TdClassName
{
border-color: #270E31;
}
.TagClassName
{
border-color: #270E31;
}
</style>