Shades of Blackcurrant #27142E
Tints of Blackcurrant #27142E
RGB
CMYK
RGB Variations
Color information
#27142E (or 0x27142E) is known color: Blackcurrant. HEX triplet: 27, 14 and 2E. RGB value is (39,20,46). Sum of RGB (Red+Green+Blue) = 39+20+46=105 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.14% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 46 (18.36% from 255 or 43.81% from 105); Max value from RGB is 46 - color contains mainly: blue. Hex color #27142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27142E is #D8EBD1. Grayscale: #1C1C1C. Windows color (decimal): -14216146 or 3019815. OLE color: 3019815.
HSL color Cylindrical-coordinate representation of color #27142E: hue angle of 283.85º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #27142E is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 20 | 46 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.82 |
| HSL | 283.85º | 0.39% | 0.13% | - |
| HSV(B) | 283.85º | 0.57% | 0.18% | - |
| XYZ | 1.58 | 1.13 | 2.72 | - |
| YUV | 28.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 20 | 46 | 0.15 | 0.57 | 0 | 0.82 | 283.85 | 0.39 | 0.13 |
| Hex | 27 | 14 | 2E | F | 39 | 0 | 52 | 11C | 27 | D |
| Octal | 47 | 24 | 56 | 17 | 71 | 0 | 122 | 434 | 47 | 15 |
| Binary | 100111 | 10100 | 101110 | 1111 | 111001 | 0 | 1010010 | 100011100 | 100111 | 1101 |
Color Harmonies of #27142E
Complementary color
Monochromatic Colors of #27142E
Black with #27142E
Text Example
Text Example
White with #27142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27142E; }
p { color: rgb(39,20,46); }
H1.HeaderClassName
{
color: #27142E;
}
.AnyTagClassName
{
color: #27142E;
}
</style>
background-color css
<style>
a { background-color: #27142E; }
a { background-color: rgb(39,20,46); }
div.DivClassName
{
background-color: #27142E;
}
.BgClassName
{
background-color: #27142E;
}
</style>
border-color css
<style>
span { border-color: #27142E; }
span { border-color: rgb(39,20,46); }
td.TdClassName
{
border-color: #27142E;
}
.TagClassName
{
border-color: #27142E;
}
</style>