Shades of Blackcurrant #270330
Tints of Blackcurrant #270330
RGB
CMYK
RGB Variations
Color information
#270330 (or 0x270330) is known color: Blackcurrant. HEX triplet: 27, 03 and 30. RGB value is (39,3,48). Sum of RGB (Red+Green+Blue) = 39+3+48=90 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.33% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 48 (19.14% from 255 or 53.33% from 90); Max value from RGB is 48 - color contains mainly: blue. Hex color #270330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270330 is #D8FCCF. Grayscale: #121212. Windows color (decimal): -14220496 or 3146535. OLE color: 3146535.
HSL color Cylindrical-coordinate representation of color #270330: hue angle of 288º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270330 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 39 | 3 | 48 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.81 |
| HSL | 288º | 0.88% | 0.1% | - |
| HSV(B) | 288º | 0.94% | 0.19% | - |
| XYZ | 1.4 | 0.71 | 2.86 | - |
| YUV | 18.89 | 144.43 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 3 | 48 | 0.19 | 0.94 | 0 | 0.81 | 288 | 0.88 | 0.1 |
| Hex | 27 | 3 | 30 | 13 | 5E | 0 | 51 | 120 | 58 | A |
| Octal | 47 | 3 | 60 | 23 | 136 | 0 | 121 | 440 | 130 | 12 |
| Binary | 100111 | 11 | 110000 | 10011 | 1011110 | 0 | 1010001 | 100100000 | 1011000 | 1010 |
Color Harmonies of #270330
Complementary color
Monochromatic Colors of #270330
Black with #270330
Text Example
Text Example
White with #270330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270330; }
p { color: rgb(39,3,48); }
H1.HeaderClassName
{
color: #270330;
}
.AnyTagClassName
{
color: #270330;
}
</style>
background-color css
<style>
a { background-color: #270330; }
a { background-color: rgb(39,3,48); }
div.DivClassName
{
background-color: #270330;
}
.BgClassName
{
background-color: #270330;
}
</style>
border-color css
<style>
span { border-color: #270330; }
span { border-color: rgb(39,3,48); }
td.TdClassName
{
border-color: #270330;
}
.TagClassName
{
border-color: #270330;
}
</style>