Shades of Blackcurrant #27012E
Tints of Blackcurrant #27012E
RGB
CMYK
RGB Variations
Color information
#27012E (or 0x27012E) is known color: Blackcurrant. HEX triplet: 27, 01 and 2E. RGB value is (39,1,46). Sum of RGB (Red+Green+Blue) = 39+1+46=86 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.35% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 46 (18.36% from 255 or 53.49% from 86); Max value from RGB is 46 - color contains mainly: blue. Hex color #27012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27012E is #D8FED1. Grayscale: #111111. Windows color (decimal): -14221010 or 3014951. OLE color: 3014951.
HSL color Cylindrical-coordinate representation of color #27012E: hue angle of 290.67º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #27012E is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 1 | 46 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.82 |
| HSL | 290.67º | 0.96% | 0.09% | - |
| HSV(B) | 290.67º | 0.98% | 0.18% | - |
| XYZ | 1.34 | 0.65 | 2.64 | - |
| YUV | 17.49 | 144.09 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 1 | 46 | 0.15 | 0.98 | 0 | 0.82 | 290.67 | 0.96 | 0.09 |
| Hex | 27 | 1 | 2E | F | 62 | 0 | 52 | 123 | 60 | 9 |
| Octal | 47 | 1 | 56 | 17 | 142 | 0 | 122 | 443 | 140 | 11 |
| Binary | 100111 | 1 | 101110 | 1111 | 1100010 | 0 | 1010010 | 100100011 | 1100000 | 1001 |
Color Harmonies of #27012E
Complementary color
Monochromatic Colors of #27012E
Black with #27012E
Text Example
Text Example
White with #27012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27012E; }
p { color: rgb(39,1,46); }
H1.HeaderClassName
{
color: #27012E;
}
.AnyTagClassName
{
color: #27012E;
}
</style>
background-color css
<style>
a { background-color: #27012E; }
a { background-color: rgb(39,1,46); }
div.DivClassName
{
background-color: #27012E;
}
.BgClassName
{
background-color: #27012E;
}
</style>
border-color css
<style>
span { border-color: #27012E; }
span { border-color: rgb(39,1,46); }
td.TdClassName
{
border-color: #27012E;
}
.TagClassName
{
border-color: #27012E;
}
</style>