Shades of Blackcurrant #270830
Tints of Blackcurrant #270830
RGB
CMYK
RGB Variations
Color information
#270830 (or 0x270830) is known color: Blackcurrant. HEX triplet: 27, 08 and 30. RGB value is (39,8,48). Sum of RGB (Red+Green+Blue) = 39+8+48=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 48 (19.14% from 255 or 50.53% from 95); Max value from RGB is 48 - color contains mainly: blue. Hex color #270830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270830 is #D8F7CF. Grayscale: #151515. Windows color (decimal): -14219216 or 3147815. OLE color: 3147815.
HSL color Cylindrical-coordinate representation of color #270830: hue angle of 286.5º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #270830 is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 39 | 8 | 48 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.81 |
| HSL | 286.5º | 0.71% | 0.11% | - |
| HSV(B) | 286.5º | 0.83% | 0.19% | - |
| XYZ | 1.46 | 0.82 | 2.88 | - |
| YUV | 21.83 | 142.77 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 8 | 48 | 0.19 | 0.83 | 0 | 0.81 | 286.5 | 0.71 | 0.11 |
| Hex | 27 | 8 | 30 | 13 | 53 | 0 | 51 | 11E | 47 | B |
| Octal | 47 | 10 | 60 | 23 | 123 | 0 | 121 | 436 | 107 | 13 |
| Binary | 100111 | 1000 | 110000 | 10011 | 1010011 | 0 | 1010001 | 100011110 | 1000111 | 1011 |
Color Harmonies of #270830
Complementary color
Monochromatic Colors of #270830
Black with #270830
Text Example
Text Example
White with #270830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270830; }
p { color: rgb(39,8,48); }
H1.HeaderClassName
{
color: #270830;
}
.AnyTagClassName
{
color: #270830;
}
</style>
background-color css
<style>
a { background-color: #270830; }
a { background-color: rgb(39,8,48); }
div.DivClassName
{
background-color: #270830;
}
.BgClassName
{
background-color: #270830;
}
</style>
border-color css
<style>
span { border-color: #270830; }
span { border-color: rgb(39,8,48); }
td.TdClassName
{
border-color: #270830;
}
.TagClassName
{
border-color: #270830;
}
</style>