Shades of Blackcurrant #271A35
Tints of Blackcurrant #271A35
RGB
CMYK
RGB Variations
Color information
#271A35 (or 0x271A35) is known color: Blackcurrant. HEX triplet: 27, 1A and 35. RGB value is (39,26,53). Sum of RGB (Red+Green+Blue) = 39+26+53=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 53 (21.09% from 255 or 44.92% from 118); Max value from RGB is 53 - color contains mainly: blue. Hex color #271A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271A35 is #D8E5CA. Grayscale: #202020. Windows color (decimal): -14214603 or 3480103. OLE color: 3480103.
HSL color Cylindrical-coordinate representation of color #271A35: hue angle of 268.89º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #271A35 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 39 | 26 | 53 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.79 |
| HSL | 268.89º | 0.34% | 0.15% | - |
| HSV(B) | 268.89º | 0.51% | 0.21% | - |
| XYZ | 1.85 | 1.43 | 3.55 | - |
| YUV | 32.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 26 | 53 | 0.26 | 0.51 | 0 | 0.79 | 268.89 | 0.34 | 0.15 |
| Hex | 27 | 1A | 35 | 1A | 33 | 0 | 4F | 10D | 22 | F |
| Octal | 47 | 32 | 65 | 32 | 63 | 0 | 117 | 415 | 42 | 17 |
| Binary | 100111 | 11010 | 110101 | 11010 | 110011 | 0 | 1001111 | 100001101 | 100010 | 1111 |
Color Harmonies of #271A35
Complementary color
Monochromatic Colors of #271A35
Black with #271A35
Text Example
Text Example
White with #271A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271A35; }
p { color: rgb(39,26,53); }
H1.HeaderClassName
{
color: #271A35;
}
.AnyTagClassName
{
color: #271A35;
}
</style>
background-color css
<style>
a { background-color: #271A35; }
a { background-color: rgb(39,26,53); }
div.DivClassName
{
background-color: #271A35;
}
.BgClassName
{
background-color: #271A35;
}
</style>
border-color css
<style>
span { border-color: #271A35; }
span { border-color: rgb(39,26,53); }
td.TdClassName
{
border-color: #271A35;
}
.TagClassName
{
border-color: #271A35;
}
</style>