Shades of Blackcurrant #27042E
Tints of Blackcurrant #27042E
RGB
CMYK
RGB Variations
Color information
#27042E (or 0x27042E) is known color: Blackcurrant. HEX triplet: 27, 04 and 2E. RGB value is (39,4,46). Sum of RGB (Red+Green+Blue) = 39+4+46=89 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.82% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 46 (18.36% from 255 or 51.69% from 89); Max value from RGB is 46 - color contains mainly: blue. Hex color #27042E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27042E is #D8FBD1. Grayscale: #131313. Windows color (decimal): -14220242 or 3015719. OLE color: 3015719.
HSL color Cylindrical-coordinate representation of color #27042E: hue angle of 290º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #27042E is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 4 | 46 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.82 |
| HSL | 290º | 0.84% | 0.1% | - |
| HSV(B) | 290º | 0.91% | 0.18% | - |
| XYZ | 1.37 | 0.72 | 2.65 | - |
| YUV | 19.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 4 | 46 | 0.15 | 0.91 | 0 | 0.82 | 290 | 0.84 | 0.1 |
| Hex | 27 | 4 | 2E | F | 5B | 0 | 52 | 122 | 54 | A |
| Octal | 47 | 4 | 56 | 17 | 133 | 0 | 122 | 442 | 124 | 12 |
| Binary | 100111 | 100 | 101110 | 1111 | 1011011 | 0 | 1010010 | 100100010 | 1010100 | 1010 |
Color Harmonies of #27042E
Complementary color
Monochromatic Colors of #27042E
Black with #27042E
Text Example
Text Example
White with #27042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27042E; }
p { color: rgb(39,4,46); }
H1.HeaderClassName
{
color: #27042E;
}
.AnyTagClassName
{
color: #27042E;
}
</style>
background-color css
<style>
a { background-color: #27042E; }
a { background-color: rgb(39,4,46); }
div.DivClassName
{
background-color: #27042E;
}
.BgClassName
{
background-color: #27042E;
}
</style>
border-color css
<style>
span { border-color: #27042E; }
span { border-color: rgb(39,4,46); }
td.TdClassName
{
border-color: #27042E;
}
.TagClassName
{
border-color: #27042E;
}
</style>