Shades of Blackcurrant #27182E
Tints of Blackcurrant #27182E
RGB
CMYK
RGB Variations
Color information
#27182E (or 0x27182E) is known color: Blackcurrant. HEX triplet: 27, 18 and 2E. RGB value is (39,24,46). Sum of RGB (Red+Green+Blue) = 39+24+46=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 46 - color contains mainly: blue. Hex color #27182E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27182E is #D8E7D1. Grayscale: #1E1E1E. Windows color (decimal): -14215122 or 3020839. OLE color: 3020839.
HSL color Cylindrical-coordinate representation of color #27182E: hue angle of 280.91º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #27182E is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 24 | 46 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.82 |
| HSL | 280.91º | 0.31% | 0.14% | - |
| HSV(B) | 280.91º | 0.48% | 0.18% | - |
| XYZ | 1.66 | 1.28 | 2.74 | - |
| YUV | 30.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 24 | 46 | 0.15 | 0.48 | 0 | 0.82 | 280.91 | 0.31 | 0.14 |
| Hex | 27 | 18 | 2E | F | 30 | 0 | 52 | 119 | 1F | E |
| Octal | 47 | 30 | 56 | 17 | 60 | 0 | 122 | 431 | 37 | 16 |
| Binary | 100111 | 11000 | 101110 | 1111 | 110000 | 0 | 1010010 | 100011001 | 11111 | 1110 |
Color Harmonies of #27182E
Complementary color
Monochromatic Colors of #27182E
Black with #27182E
Text Example
Text Example
White with #27182E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27182E; }
p { color: rgb(39,24,46); }
H1.HeaderClassName
{
color: #27182E;
}
.AnyTagClassName
{
color: #27182E;
}
</style>
background-color css
<style>
a { background-color: #27182E; }
a { background-color: rgb(39,24,46); }
div.DivClassName
{
background-color: #27182E;
}
.BgClassName
{
background-color: #27182E;
}
</style>
border-color css
<style>
span { border-color: #27182E; }
span { border-color: rgb(39,24,46); }
td.TdClassName
{
border-color: #27182E;
}
.TagClassName
{
border-color: #27182E;
}
</style>