Shades of Blackcurrant #270D47
Tints of Blackcurrant #270D47
RGB
CMYK
RGB Variations
Color information
#270D47 (or 0x270D47) is known color: Blackcurrant. HEX triplet: 27, 0D and 47. RGB value is (39,13,71). Sum of RGB (Red+Green+Blue) = 39+13+71=123 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.71% from 123); Green value is 13 (5.47% from 255 or 10.57% from 123); Blue value is 71 (28.12% from 255 or 57.72% from 123); Max value from RGB is 71 - color contains mainly: blue. Hex color #270D47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270D47 is #D8F2B8. Grayscale: #1B1B1B. Windows color (decimal): -14217913 or 4656423. OLE color: 4656423.
HSL color Cylindrical-coordinate representation of color #270D47: hue angle of 266.9º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #270D47 is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 39 | 13 | 71 | - |
| CMYK | 0.45 | 0.82 | 0 | 0.72 |
| HSL | 266.9º | 0.69% | 0.16% | - |
| HSV(B) | 266.9º | 0.82% | 0.28% | - |
| XYZ | 2.12 | 1.17 | 6.08 | - |
| YUV | 27.39 | 152.61 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 71 | 0.45 | 0.82 | 0 | 0.72 | 266.9 | 0.69 | 0.16 |
| Hex | 27 | D | 47 | 2D | 52 | 0 | 48 | 10B | 45 | 10 |
| Octal | 47 | 15 | 107 | 55 | 122 | 0 | 110 | 413 | 105 | 20 |
| Binary | 100111 | 1101 | 1000111 | 101101 | 1010010 | 0 | 1001000 | 100001011 | 1000101 | 10000 |
Color Harmonies of #270D47
Complementary color
Monochromatic Colors of #270D47
Black with #270D47
Text Example
Text Example
White with #270D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270D47; }
p { color: rgb(39,13,71); }
H1.HeaderClassName
{
color: #270D47;
}
.AnyTagClassName
{
color: #270D47;
}
</style>
background-color css
<style>
a { background-color: #270D47; }
a { background-color: rgb(39,13,71); }
div.DivClassName
{
background-color: #270D47;
}
.BgClassName
{
background-color: #270D47;
}
</style>
border-color css
<style>
span { border-color: #270D47; }
span { border-color: rgb(39,13,71); }
td.TdClassName
{
border-color: #270D47;
}
.TagClassName
{
border-color: #270D47;
}
</style>