Shades of Blackcurrant #270C48
Tints of Blackcurrant #270C48
RGB
CMYK
RGB Variations
Color information
#270C48 (or 0x270C48) is known color: Blackcurrant. HEX triplet: 27, 0C and 48. RGB value is (39,12,72). Sum of RGB (Red+Green+Blue) = 39+12+72=123 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.71% from 123); Green value is 12 (5.08% from 255 or 9.76% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #270C48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270C48 is #D8F3B7. Grayscale: #1A1A1A. Windows color (decimal): -14218168 or 4721703. OLE color: 4721703.
HSL color Cylindrical-coordinate representation of color #270C48: hue angle of 267º 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 #270C48 is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 39 | 12 | 72 | - |
| CMYK | 0.46 | 0.83 | 0 | 0.72 |
| HSL | 267º | 0.71% | 0.16% | - |
| HSV(B) | 267º | 0.83% | 0.28% | - |
| XYZ | 2.14 | 1.16 | 6.24 | - |
| YUV | 26.91 | 153.45 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 72 | 0.46 | 0.83 | 0 | 0.72 | 267 | 0.71 | 0.16 |
| Hex | 27 | C | 48 | 2E | 53 | 0 | 48 | 10B | 47 | 10 |
| Octal | 47 | 14 | 110 | 56 | 123 | 0 | 110 | 413 | 107 | 20 |
| Binary | 100111 | 1100 | 1001000 | 101110 | 1010011 | 0 | 1001000 | 100001011 | 1000111 | 10000 |
Color Harmonies of #270C48
Complementary color
Monochromatic Colors of #270C48
Black with #270C48
Text Example
Text Example
White with #270C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270C48; }
p { color: rgb(39,12,72); }
H1.HeaderClassName
{
color: #270C48;
}
.AnyTagClassName
{
color: #270C48;
}
</style>
background-color css
<style>
a { background-color: #270C48; }
a { background-color: rgb(39,12,72); }
div.DivClassName
{
background-color: #270C48;
}
.BgClassName
{
background-color: #270C48;
}
</style>
border-color css
<style>
span { border-color: #270C48; }
span { border-color: rgb(39,12,72); }
td.TdClassName
{
border-color: #270C48;
}
.TagClassName
{
border-color: #270C48;
}
</style>