Shades of Blackcurrant #271A30
Tints of Blackcurrant #271A30
RGB
CMYK
RGB Variations
Color information
#271A30 (or 0x271A30) is known color: Blackcurrant. HEX triplet: 27, 1A and 30. RGB value is (39,26,48). Sum of RGB (Red+Green+Blue) = 39+26+48=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 26 (10.55% from 255 or 23.01% from 113); Blue value is 48 (19.14% from 255 or 42.48% from 113); Max value from RGB is 48 - color contains mainly: blue. Hex color #271A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271A30 is #D8E5CF. Grayscale: #202020. Windows color (decimal): -14214608 or 3152423. OLE color: 3152423.
HSL color Cylindrical-coordinate representation of color #271A30: hue angle of 275.45º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #271A30 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 39 | 26 | 48 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.81 |
| HSL | 275.45º | 0.3% | 0.15% | - |
| HSV(B) | 275.45º | 0.46% | 0.19% | - |
| XYZ | 1.74 | 1.38 | 2.97 | - |
| YUV | 32.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 26 | 48 | 0.19 | 0.46 | 0 | 0.81 | 275.45 | 0.3 | 0.15 |
| Hex | 27 | 1A | 30 | 13 | 2E | 0 | 51 | 113 | 1E | F |
| Octal | 47 | 32 | 60 | 23 | 56 | 0 | 121 | 423 | 36 | 17 |
| Binary | 100111 | 11010 | 110000 | 10011 | 101110 | 0 | 1010001 | 100010011 | 11110 | 1111 |
Color Harmonies of #271A30
Complementary color
Monochromatic Colors of #271A30
Black with #271A30
Text Example
Text Example
White with #271A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271A30; }
p { color: rgb(39,26,48); }
H1.HeaderClassName
{
color: #271A30;
}
.AnyTagClassName
{
color: #271A30;
}
</style>
background-color css
<style>
a { background-color: #271A30; }
a { background-color: rgb(39,26,48); }
div.DivClassName
{
background-color: #271A30;
}
.BgClassName
{
background-color: #271A30;
}
</style>
border-color css
<style>
span { border-color: #271A30; }
span { border-color: rgb(39,26,48); }
td.TdClassName
{
border-color: #271A30;
}
.TagClassName
{
border-color: #271A30;
}
</style>