Shades of Blackcurrant #27112E
Tints of Blackcurrant #27112E
RGB
CMYK
RGB Variations
Color information
#27112E (or 0x27112E) is known color: Blackcurrant. HEX triplet: 27, 11 and 2E. RGB value is (39,17,46). Sum of RGB (Red+Green+Blue) = 39+17+46=102 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.24% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 46 - color contains mainly: blue. Hex color #27112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27112E is #D8EED1. Grayscale: #1A1A1A. Windows color (decimal): -14216914 or 3019047. OLE color: 3019047.
HSL color Cylindrical-coordinate representation of color #27112E: hue angle of 285.52º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #27112E is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 17 | 46 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.82 |
| HSL | 285.52º | 0.46% | 0.12% | - |
| HSV(B) | 285.52º | 0.63% | 0.18% | - |
| XYZ | 1.53 | 1.03 | 2.7 | - |
| YUV | 26.88 | 138.79 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 17 | 46 | 0.15 | 0.63 | 0 | 0.82 | 285.52 | 0.46 | 0.12 |
| Hex | 27 | 11 | 2E | F | 3F | 0 | 52 | 11E | 2E | C |
| Octal | 47 | 21 | 56 | 17 | 77 | 0 | 122 | 436 | 56 | 14 |
| Binary | 100111 | 10001 | 101110 | 1111 | 111111 | 0 | 1010010 | 100011110 | 101110 | 1100 |
Color Harmonies of #27112E
Complementary color
Monochromatic Colors of #27112E
Black with #27112E
Text Example
Text Example
White with #27112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27112E; }
p { color: rgb(39,17,46); }
H1.HeaderClassName
{
color: #27112E;
}
.AnyTagClassName
{
color: #27112E;
}
</style>
background-color css
<style>
a { background-color: #27112E; }
a { background-color: rgb(39,17,46); }
div.DivClassName
{
background-color: #27112E;
}
.BgClassName
{
background-color: #27112E;
}
</style>
border-color css
<style>
span { border-color: #27112E; }
span { border-color: rgb(39,17,46); }
td.TdClassName
{
border-color: #27112E;
}
.TagClassName
{
border-color: #27112E;
}
</style>