Shades of Blackcurrant #270240
Tints of Blackcurrant #270240
RGB
CMYK
RGB Variations
Color information
#270240 (or 0x270240) is known color: Blackcurrant. HEX triplet: 27, 02 and 40. RGB value is (39,2,64). Sum of RGB (Red+Green+Blue) = 39+2+64=105 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.14% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 64 (25.39% from 255 or 60.95% from 105); Max value from RGB is 64 - color contains mainly: blue. Hex color #270240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270240 is #D8FDBF. Grayscale: #131313. Windows color (decimal): -14220736 or 4194855. OLE color: 4194855.
HSL color Cylindrical-coordinate representation of color #270240: hue angle of 275.81º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #270240 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 2 | 64 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.75 |
| HSL | 275.81º | 0.94% | 0.13% | - |
| HSV(B) | 275.81º | 0.97% | 0.25% | - |
| XYZ | 1.78 | 0.84 | 4.92 | - |
| YUV | 20.13 | 152.76 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 2 | 64 | 0.39 | 0.97 | 0 | 0.75 | 275.81 | 0.94 | 0.13 |
| Hex | 27 | 2 | 40 | 27 | 61 | 0 | 4B | 114 | 5E | D |
| Octal | 47 | 2 | 100 | 47 | 141 | 0 | 113 | 424 | 136 | 15 |
| Binary | 100111 | 10 | 1000000 | 100111 | 1100001 | 0 | 1001011 | 100010100 | 1011110 | 1101 |
Color Harmonies of #270240
Complementary color
Monochromatic Colors of #270240
Black with #270240
Text Example
Text Example
White with #270240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270240; }
p { color: rgb(39,2,64); }
H1.HeaderClassName
{
color: #270240;
}
.AnyTagClassName
{
color: #270240;
}
</style>
background-color css
<style>
a { background-color: #270240; }
a { background-color: rgb(39,2,64); }
div.DivClassName
{
background-color: #270240;
}
.BgClassName
{
background-color: #270240;
}
</style>
border-color css
<style>
span { border-color: #270240; }
span { border-color: rgb(39,2,64); }
td.TdClassName
{
border-color: #270240;
}
.TagClassName
{
border-color: #270240;
}
</style>