Shades of Blackcurrant #27052D
Tints of Blackcurrant #27052D
RGB
CMYK
RGB Variations
Color information
#27052D (or 0x27052D) is known color: Blackcurrant. HEX triplet: 27, 05 and 2D. RGB value is (39,5,45). Sum of RGB (Red+Green+Blue) = 39+5+45=89 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.82% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 45 (17.97% from 255 or 50.56% from 89); Max value from RGB is 45 - color contains mainly: blue. Hex color #27052D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27052D is #D8FAD2. Grayscale: #131313. Windows color (decimal): -14219987 or 2950439. OLE color: 2950439.
HSL color Cylindrical-coordinate representation of color #27052D: hue angle of 291º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #27052D is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 5 | 45 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.82 |
| HSL | 291º | 0.8% | 0.1% | - |
| HSV(B) | 291º | 0.89% | 0.18% | - |
| XYZ | 1.36 | 0.73 | 2.55 | - |
| YUV | 19.73 | 142.26 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 5 | 45 | 0.13 | 0.89 | 0 | 0.82 | 291 | 0.8 | 0.1 |
| Hex | 27 | 5 | 2D | D | 59 | 0 | 52 | 123 | 50 | A |
| Octal | 47 | 5 | 55 | 15 | 131 | 0 | 122 | 443 | 120 | 12 |
| Binary | 100111 | 101 | 101101 | 1101 | 1011001 | 0 | 1010010 | 100100011 | 1010000 | 1010 |
Color Harmonies of #27052D
Complementary color
Monochromatic Colors of #27052D
Black with #27052D
Text Example
Text Example
White with #27052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27052D; }
p { color: rgb(39,5,45); }
H1.HeaderClassName
{
color: #27052D;
}
.AnyTagClassName
{
color: #27052D;
}
</style>
background-color css
<style>
a { background-color: #27052D; }
a { background-color: rgb(39,5,45); }
div.DivClassName
{
background-color: #27052D;
}
.BgClassName
{
background-color: #27052D;
}
</style>
border-color css
<style>
span { border-color: #27052D; }
span { border-color: rgb(39,5,45); }
td.TdClassName
{
border-color: #27052D;
}
.TagClassName
{
border-color: #27052D;
}
</style>