Shades of Blackcurrant #270351
Tints of Blackcurrant #270351
RGB
CMYK
RGB Variations
Color information
#270351 (or 0x270351) is known color: Blackcurrant. HEX triplet: 27, 03 and 51. RGB value is (39,3,81). Sum of RGB (Red+Green+Blue) = 39+3+81=123 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.71% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 81 (32.03% from 255 or 65.85% from 123); Max value from RGB is 81 - color contains mainly: blue. Hex color #270351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270351 is #D8FCAE. Grayscale: #161616. Windows color (decimal): -14220463 or 5309223. OLE color: 5309223.
HSL color Cylindrical-coordinate representation of color #270351: hue angle of 267.69º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #270351 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 39 | 3 | 81 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.68 |
| HSL | 267.69º | 0.93% | 0.16% | - |
| HSV(B) | 267.69º | 0.96% | 0.32% | - |
| XYZ | 2.35 | 1.09 | 7.87 | - |
| YUV | 22.66 | 160.93 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 3 | 81 | 0.52 | 0.96 | 0 | 0.68 | 267.69 | 0.93 | 0.16 |
| Hex | 27 | 3 | 51 | 34 | 60 | 0 | 44 | 10C | 5D | 10 |
| Octal | 47 | 3 | 121 | 64 | 140 | 0 | 104 | 414 | 135 | 20 |
| Binary | 100111 | 11 | 1010001 | 110100 | 1100000 | 0 | 1000100 | 100001100 | 1011101 | 10000 |
Color Harmonies of #270351
Complementary color
Monochromatic Colors of #270351
Black with #270351
Text Example
Text Example
White with #270351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270351; }
p { color: rgb(39,3,81); }
H1.HeaderClassName
{
color: #270351;
}
.AnyTagClassName
{
color: #270351;
}
</style>
background-color css
<style>
a { background-color: #270351; }
a { background-color: rgb(39,3,81); }
div.DivClassName
{
background-color: #270351;
}
.BgClassName
{
background-color: #270351;
}
</style>
border-color css
<style>
span { border-color: #270351; }
span { border-color: rgb(39,3,81); }
td.TdClassName
{
border-color: #270351;
}
.TagClassName
{
border-color: #270351;
}
</style>