Shades of Blackcurrant #271030
Tints of Blackcurrant #271030
RGB
CMYK
RGB Variations
Color information
#271030 (or 0x271030) is known color: Blackcurrant. HEX triplet: 27, 10 and 30. RGB value is (39,16,48). Sum of RGB (Red+Green+Blue) = 39+16+48=103 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.86% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 48 (19.14% from 255 or 46.60% from 103); Max value from RGB is 48 - color contains mainly: blue. Hex color #271030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271030 is #D8EFCF. Grayscale: #1A1A1A. Windows color (decimal): -14217168 or 3149863. OLE color: 3149863.
HSL color Cylindrical-coordinate representation of color #271030: hue angle of 283.12º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #271030 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 39 | 16 | 48 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.81 |
| HSL | 283.13º | 0.5% | 0.13% | - |
| HSV(B) | 283.13º | 0.67% | 0.19% | - |
| XYZ | 1.56 | 1.02 | 2.91 | - |
| YUV | 26.53 | 140.12 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 16 | 48 | 0.19 | 0.67 | 0 | 0.81 | 283.13 | 0.5 | 0.13 |
| Hex | 27 | 10 | 30 | 13 | 43 | 0 | 51 | 11B | 32 | D |
| Octal | 47 | 20 | 60 | 23 | 103 | 0 | 121 | 433 | 62 | 15 |
| Binary | 100111 | 10000 | 110000 | 10011 | 1000011 | 0 | 1010001 | 100011011 | 110010 | 1101 |
Color Harmonies of #271030
Complementary color
Monochromatic Colors of #271030
Black with #271030
Text Example
Text Example
White with #271030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271030; }
p { color: rgb(39,16,48); }
H1.HeaderClassName
{
color: #271030;
}
.AnyTagClassName
{
color: #271030;
}
</style>
background-color css
<style>
a { background-color: #271030; }
a { background-color: rgb(39,16,48); }
div.DivClassName
{
background-color: #271030;
}
.BgClassName
{
background-color: #271030;
}
</style>
border-color css
<style>
span { border-color: #271030; }
span { border-color: rgb(39,16,48); }
td.TdClassName
{
border-color: #271030;
}
.TagClassName
{
border-color: #271030;
}
</style>