Shades of Blackcurrant #271A2C
Tints of Blackcurrant #271A2C
RGB
CMYK
RGB Variations
Color information
#271A2C (or 0x271A2C) is known color: Blackcurrant. HEX triplet: 27, 1A and 2C. RGB value is (39,26,44). Sum of RGB (Red+Green+Blue) = 39+26+44=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 44 (17.58% from 255 or 40.37% from 109); Max value from RGB is 44 - color contains mainly: blue. Hex color #271A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271A2C is #D8E5D3. Grayscale: #1F1F1F. Windows color (decimal): -14214612 or 2890279. OLE color: 2890279.
HSL color Cylindrical-coordinate representation of color #271A2C: hue angle of 283.33º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #271A2C is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 39 | 26 | 44 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.83 |
| HSL | 283.33º | 0.26% | 0.14% | - |
| HSV(B) | 283.33º | 0.41% | 0.17% | - |
| XYZ | 1.66 | 1.35 | 2.56 | - |
| YUV | 31.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 26 | 44 | 0.11 | 0.41 | 0 | 0.83 | 283.33 | 0.26 | 0.14 |
| Hex | 27 | 1A | 2C | B | 29 | 0 | 53 | 11B | 1A | E |
| Octal | 47 | 32 | 54 | 13 | 51 | 0 | 123 | 433 | 32 | 16 |
| Binary | 100111 | 11010 | 101100 | 1011 | 101001 | 0 | 1010011 | 100011011 | 11010 | 1110 |
Color Harmonies of #271A2C
Complementary color
Monochromatic Colors of #271A2C
Black with #271A2C
Text Example
Text Example
White with #271A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271A2C; }
p { color: rgb(39,26,44); }
H1.HeaderClassName
{
color: #271A2C;
}
.AnyTagClassName
{
color: #271A2C;
}
</style>
background-color css
<style>
a { background-color: #271A2C; }
a { background-color: rgb(39,26,44); }
div.DivClassName
{
background-color: #271A2C;
}
.BgClassName
{
background-color: #271A2C;
}
</style>
border-color css
<style>
span { border-color: #271A2C; }
span { border-color: rgb(39,26,44); }
td.TdClassName
{
border-color: #271A2C;
}
.TagClassName
{
border-color: #271A2C;
}
</style>