Shades of Blackcurrant #270931
Tints of Blackcurrant #270931
RGB
CMYK
RGB Variations
Color information
#270931 (or 0x270931) is known color: Blackcurrant. HEX triplet: 27, 09 and 31. RGB value is (39,9,49). Sum of RGB (Red+Green+Blue) = 39+9+49=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 49 (19.53% from 255 or 50.52% from 97); Max value from RGB is 49 - color contains mainly: blue. Hex color #270931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270931 is #D8F6CE. Grayscale: #161616. Windows color (decimal): -14218959 or 3213607. OLE color: 3213607.
HSL color Cylindrical-coordinate representation of color #270931: hue angle of 285º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #270931 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 39 | 9 | 49 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.81 |
| HSL | 285º | 0.69% | 0.11% | - |
| HSV(B) | 285º | 0.82% | 0.19% | - |
| XYZ | 1.49 | 0.85 | 2.99 | - |
| YUV | 22.53 | 142.94 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 9 | 49 | 0.20 | 0.82 | 0 | 0.81 | 285 | 0.69 | 0.11 |
| Hex | 27 | 9 | 31 | 14 | 52 | 0 | 51 | 11D | 45 | B |
| Octal | 47 | 11 | 61 | 24 | 122 | 0 | 121 | 435 | 105 | 13 |
| Binary | 100111 | 1001 | 110001 | 10100 | 1010010 | 0 | 1010001 | 100011101 | 1000101 | 1011 |
Color Harmonies of #270931
Complementary color
Monochromatic Colors of #270931
Black with #270931
Text Example
Text Example
White with #270931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270931; }
p { color: rgb(39,9,49); }
H1.HeaderClassName
{
color: #270931;
}
.AnyTagClassName
{
color: #270931;
}
</style>
background-color css
<style>
a { background-color: #270931; }
a { background-color: rgb(39,9,49); }
div.DivClassName
{
background-color: #270931;
}
.BgClassName
{
background-color: #270931;
}
</style>
border-color css
<style>
span { border-color: #270931; }
span { border-color: rgb(39,9,49); }
td.TdClassName
{
border-color: #270931;
}
.TagClassName
{
border-color: #270931;
}
</style>