Shades of Blackcurrant #270E2D
Tints of Blackcurrant #270E2D
RGB
CMYK
RGB Variations
Color information
#270E2D (or 0x270E2D) is known color: Blackcurrant. HEX triplet: 27, 0E and 2D. RGB value is (39,14,45). Sum of RGB (Red+Green+Blue) = 39+14+45=98 (12% of max value = 765). Red value is 39 (15.62% from 255 or 39.80% from 98); Green value is 14 (5.86% from 255 or 14.29% from 98); Blue value is 45 (17.97% from 255 or 45.92% from 98); Max value from RGB is 45 - color contains mainly: blue. Hex color #270E2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270E2D is #D8F1D2. Grayscale: #181818. Windows color (decimal): -14217683 or 2952743. OLE color: 2952743.
HSL color Cylindrical-coordinate representation of color #270E2D: hue angle of 288.39º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #270E2D is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 14 | 45 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.82 |
| HSL | 288.39º | 0.53% | 0.12% | - |
| HSV(B) | 288.39º | 0.69% | 0.18% | - |
| XYZ | 1.47 | 0.93 | 2.59 | - |
| YUV | 25.01 | 139.28 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 14 | 45 | 0.13 | 0.69 | 0 | 0.82 | 288.39 | 0.53 | 0.12 |
| Hex | 27 | E | 2D | D | 45 | 0 | 52 | 120 | 35 | C |
| Octal | 47 | 16 | 55 | 15 | 105 | 0 | 122 | 440 | 65 | 14 |
| Binary | 100111 | 1110 | 101101 | 1101 | 1000101 | 0 | 1010010 | 100100000 | 110101 | 1100 |
Color Harmonies of #270E2D
Complementary color
Monochromatic Colors of #270E2D
Black with #270E2D
Text Example
Text Example
White with #270E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270E2D; }
p { color: rgb(39,14,45); }
H1.HeaderClassName
{
color: #270E2D;
}
.AnyTagClassName
{
color: #270E2D;
}
</style>
background-color css
<style>
a { background-color: #270E2D; }
a { background-color: rgb(39,14,45); }
div.DivClassName
{
background-color: #270E2D;
}
.BgClassName
{
background-color: #270E2D;
}
</style>
border-color css
<style>
span { border-color: #270E2D; }
span { border-color: rgb(39,14,45); }
td.TdClassName
{
border-color: #270E2D;
}
.TagClassName
{
border-color: #270E2D;
}
</style>