Shades of Blackcurrant #270230
Tints of Blackcurrant #270230
RGB
CMYK
RGB Variations
Color information
#270230 (or 0x270230) is known color: Blackcurrant. HEX triplet: 27, 02 and 30. RGB value is (39,2,48). Sum of RGB (Red+Green+Blue) = 39+2+48=89 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.82% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 48 (19.14% from 255 or 53.93% from 89); Max value from RGB is 48 - color contains mainly: blue. Hex color #270230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270230 is #D8FDCF. Grayscale: #121212. Windows color (decimal): -14220752 or 3146279. OLE color: 3146279.
HSL color Cylindrical-coordinate representation of color #270230: hue angle of 288.26º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #270230 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 39 | 2 | 48 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.81 |
| HSL | 288.26º | 0.92% | 0.1% | - |
| HSV(B) | 288.26º | 0.96% | 0.19% | - |
| XYZ | 1.39 | 0.69 | 2.86 | - |
| YUV | 18.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 2 | 48 | 0.19 | 0.96 | 0 | 0.81 | 288.26 | 0.92 | 0.1 |
| Hex | 27 | 2 | 30 | 13 | 60 | 0 | 51 | 120 | 5C | A |
| Octal | 47 | 2 | 60 | 23 | 140 | 0 | 121 | 440 | 134 | 12 |
| Binary | 100111 | 10 | 110000 | 10011 | 1100000 | 0 | 1010001 | 100100000 | 1011100 | 1010 |
Color Harmonies of #270230
Complementary color
Monochromatic Colors of #270230
Black with #270230
Text Example
Text Example
White with #270230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270230; }
p { color: rgb(39,2,48); }
H1.HeaderClassName
{
color: #270230;
}
.AnyTagClassName
{
color: #270230;
}
</style>
background-color css
<style>
a { background-color: #270230; }
a { background-color: rgb(39,2,48); }
div.DivClassName
{
background-color: #270230;
}
.BgClassName
{
background-color: #270230;
}
</style>
border-color css
<style>
span { border-color: #270230; }
span { border-color: rgb(39,2,48); }
td.TdClassName
{
border-color: #270230;
}
.TagClassName
{
border-color: #270230;
}
</style>