Shades of Blackcurrant #27192E
Tints of Blackcurrant #27192E
RGB
CMYK
RGB Variations
Color information
#27192E (or 0x27192E) is known color: Blackcurrant. HEX triplet: 27, 19 and 2E. RGB value is (39,25,46). Sum of RGB (Red+Green+Blue) = 39+25+46=110 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.45% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 46 - color contains mainly: blue. Hex color #27192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27192E is #D8E6D1. Grayscale: #1F1F1F. Windows color (decimal): -14214866 or 3021095. OLE color: 3021095.
HSL color Cylindrical-coordinate representation of color #27192E: hue angle of 280º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #27192E is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 25 | 46 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.82 |
| HSL | 280º | 0.3% | 0.14% | - |
| HSV(B) | 280º | 0.46% | 0.18% | - |
| XYZ | 1.68 | 1.32 | 2.75 | - |
| YUV | 31.58 | 136.14 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 25 | 46 | 0.15 | 0.46 | 0 | 0.82 | 280 | 0.3 | 0.14 |
| Hex | 27 | 19 | 2E | F | 2E | 0 | 52 | 118 | 1E | E |
| Octal | 47 | 31 | 56 | 17 | 56 | 0 | 122 | 430 | 36 | 16 |
| Binary | 100111 | 11001 | 101110 | 1111 | 101110 | 0 | 1010010 | 100011000 | 11110 | 1110 |
Color Harmonies of #27192E
Complementary color
Monochromatic Colors of #27192E
Black with #27192E
Text Example
Text Example
White with #27192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27192E; }
p { color: rgb(39,25,46); }
H1.HeaderClassName
{
color: #27192E;
}
.AnyTagClassName
{
color: #27192E;
}
</style>
background-color css
<style>
a { background-color: #27192E; }
a { background-color: rgb(39,25,46); }
div.DivClassName
{
background-color: #27192E;
}
.BgClassName
{
background-color: #27192E;
}
</style>
border-color css
<style>
span { border-color: #27192E; }
span { border-color: rgb(39,25,46); }
td.TdClassName
{
border-color: #27192E;
}
.TagClassName
{
border-color: #27192E;
}
</style>