Shades of Blackcurrant #27123D
Tints of Blackcurrant #27123D
RGB
CMYK
RGB Variations
Color information
#27123D (or 0x27123D) is known color: Blackcurrant. HEX triplet: 27, 12 and 3D. RGB value is (39,18,61). Sum of RGB (Red+Green+Blue) = 39+18+61=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #27123D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27123D is #D8EDC2. Grayscale: #1D1D1D. Windows color (decimal): -14216643 or 4002343. OLE color: 4002343.
HSL color Cylindrical-coordinate representation of color #27123D: hue angle of 269.3º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #27123D is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 18 | 61 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.76 |
| HSL | 269.3º | 0.54% | 0.15% | - |
| HSV(B) | 269.3º | 0.7% | 0.24% | - |
| XYZ | 1.9 | 1.2 | 4.55 | - |
| YUV | 29.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 18 | 61 | 0.36 | 0.70 | 0 | 0.76 | 269.3 | 0.54 | 0.15 |
| Hex | 27 | 12 | 3D | 24 | 46 | 0 | 4C | 10D | 36 | F |
| Octal | 47 | 22 | 75 | 44 | 106 | 0 | 114 | 415 | 66 | 17 |
| Binary | 100111 | 10010 | 111101 | 100100 | 1000110 | 0 | 1001100 | 100001101 | 110110 | 1111 |
Color Harmonies of #27123D
Complementary color
Monochromatic Colors of #27123D
Black with #27123D
Text Example
Text Example
White with #27123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27123D; }
p { color: rgb(39,18,61); }
H1.HeaderClassName
{
color: #27123D;
}
.AnyTagClassName
{
color: #27123D;
}
</style>
background-color css
<style>
a { background-color: #27123D; }
a { background-color: rgb(39,18,61); }
div.DivClassName
{
background-color: #27123D;
}
.BgClassName
{
background-color: #27123D;
}
</style>
border-color css
<style>
span { border-color: #27123D; }
span { border-color: rgb(39,18,61); }
td.TdClassName
{
border-color: #27123D;
}
.TagClassName
{
border-color: #27123D;
}
</style>