Shades of Blackcurrant #270C47
Tints of Blackcurrant #270C47
RGB
CMYK
RGB Variations
Color information
#270C47 (or 0x270C47) is known color: Blackcurrant. HEX triplet: 27, 0C and 47. RGB value is (39,12,71). Sum of RGB (Red+Green+Blue) = 39+12+71=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 12 (5.08% from 255 or 9.84% from 122); Blue value is 71 (28.12% from 255 or 58.20% from 122); Max value from RGB is 71 - color contains mainly: blue. Hex color #270C47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270C47 is #D8F3B8. Grayscale: #1A1A1A. Windows color (decimal): -14218169 or 4656167. OLE color: 4656167.
HSL color Cylindrical-coordinate representation of color #270C47: hue angle of 267.46º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #270C47 is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 39 | 12 | 71 | - |
| CMYK | 0.45 | 0.83 | 0 | 0.72 |
| HSL | 267.46º | 0.71% | 0.16% | - |
| HSV(B) | 267.46º | 0.83% | 0.28% | - |
| XYZ | 2.11 | 1.15 | 6.07 | - |
| YUV | 26.8 | 152.95 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 71 | 0.45 | 0.83 | 0 | 0.72 | 267.46 | 0.71 | 0.16 |
| Hex | 27 | C | 47 | 2D | 53 | 0 | 48 | 10B | 47 | 10 |
| Octal | 47 | 14 | 107 | 55 | 123 | 0 | 110 | 413 | 107 | 20 |
| Binary | 100111 | 1100 | 1000111 | 101101 | 1010011 | 0 | 1001000 | 100001011 | 1000111 | 10000 |
Color Harmonies of #270C47
Complementary color
Monochromatic Colors of #270C47
Black with #270C47
Text Example
Text Example
White with #270C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270C47; }
p { color: rgb(39,12,71); }
H1.HeaderClassName
{
color: #270C47;
}
.AnyTagClassName
{
color: #270C47;
}
</style>
background-color css
<style>
a { background-color: #270C47; }
a { background-color: rgb(39,12,71); }
div.DivClassName
{
background-color: #270C47;
}
.BgClassName
{
background-color: #270C47;
}
</style>
border-color css
<style>
span { border-color: #270C47; }
span { border-color: rgb(39,12,71); }
td.TdClassName
{
border-color: #270C47;
}
.TagClassName
{
border-color: #270C47;
}
</style>