Shades of Blackcurrant #270A49
Tints of Blackcurrant #270A49
RGB
CMYK
RGB Variations
Color information
#270A49 (or 0x270A49) is known color: Blackcurrant. HEX triplet: 27, 0A and 49. RGB value is (39,10,73). Sum of RGB (Red+Green+Blue) = 39+10+73=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 10 (4.30% from 255 or 8.20% from 122); Blue value is 73 (28.91% from 255 or 59.84% from 122); Max value from RGB is 73 - color contains mainly: blue. Hex color #270A49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270A49 is #D8F5B6. Grayscale: #191919. Windows color (decimal): -14218679 or 4786727. OLE color: 4786727.
HSL color Cylindrical-coordinate representation of color #270A49: hue angle of 267.62º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #270A49 is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 10 | 73 | - |
| CMYK | 0.47 | 0.86 | 0 | 0.71 |
| HSL | 267.62º | 0.76% | 0.16% | - |
| HSV(B) | 267.62º | 0.86% | 0.29% | - |
| XYZ | 2.15 | 1.13 | 6.41 | - |
| YUV | 25.85 | 154.61 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 10 | 73 | 0.47 | 0.86 | 0 | 0.71 | 267.62 | 0.76 | 0.16 |
| Hex | 27 | A | 49 | 2F | 56 | 0 | 47 | 10C | 4C | 10 |
| Octal | 47 | 12 | 111 | 57 | 126 | 0 | 107 | 414 | 114 | 20 |
| Binary | 100111 | 1010 | 1001001 | 101111 | 1010110 | 0 | 1000111 | 100001100 | 1001100 | 10000 |
Color Harmonies of #270A49
Complementary color
Monochromatic Colors of #270A49
Black with #270A49
Text Example
Text Example
White with #270A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270A49; }
p { color: rgb(39,10,73); }
H1.HeaderClassName
{
color: #270A49;
}
.AnyTagClassName
{
color: #270A49;
}
</style>
background-color css
<style>
a { background-color: #270A49; }
a { background-color: rgb(39,10,73); }
div.DivClassName
{
background-color: #270A49;
}
.BgClassName
{
background-color: #270A49;
}
</style>
border-color css
<style>
span { border-color: #270A49; }
span { border-color: rgb(39,10,73); }
td.TdClassName
{
border-color: #270A49;
}
.TagClassName
{
border-color: #270A49;
}
</style>