Shades of Blackcurrant #27162E
Tints of Blackcurrant #27162E
RGB
CMYK
RGB Variations
Color information
#27162E (or 0x27162E) is known color: Blackcurrant. HEX triplet: 27, 16 and 2E. RGB value is (39,22,46). Sum of RGB (Red+Green+Blue) = 39+22+46=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 46 (18.36% from 255 or 42.99% from 107); Max value from RGB is 46 - color contains mainly: blue. Hex color #27162E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27162E is #D8E9D1. Grayscale: #1D1D1D. Windows color (decimal): -14215634 or 3020327. OLE color: 3020327.
HSL color Cylindrical-coordinate representation of color #27162E: hue angle of 282.5º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #27162E is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 22 | 46 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.82 |
| HSL | 282.5º | 0.35% | 0.13% | - |
| HSV(B) | 282.5º | 0.52% | 0.18% | - |
| XYZ | 1.62 | 1.2 | 2.73 | - |
| YUV | 29.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 22 | 46 | 0.15 | 0.52 | 0 | 0.82 | 282.5 | 0.35 | 0.13 |
| Hex | 27 | 16 | 2E | F | 34 | 0 | 52 | 11A | 23 | D |
| Octal | 47 | 26 | 56 | 17 | 64 | 0 | 122 | 432 | 43 | 15 |
| Binary | 100111 | 10110 | 101110 | 1111 | 110100 | 0 | 1010010 | 100011010 | 100011 | 1101 |
Color Harmonies of #27162E
Complementary color
Monochromatic Colors of #27162E
Black with #27162E
Text Example
Text Example
White with #27162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27162E; }
p { color: rgb(39,22,46); }
H1.HeaderClassName
{
color: #27162E;
}
.AnyTagClassName
{
color: #27162E;
}
</style>
background-color css
<style>
a { background-color: #27162E; }
a { background-color: rgb(39,22,46); }
div.DivClassName
{
background-color: #27162E;
}
.BgClassName
{
background-color: #27162E;
}
</style>
border-color css
<style>
span { border-color: #27162E; }
span { border-color: rgb(39,22,46); }
td.TdClassName
{
border-color: #27162E;
}
.TagClassName
{
border-color: #27162E;
}
</style>