Shades of Blackcurrant #270251
Tints of Blackcurrant #270251
RGB
CMYK
RGB Variations
Color information
#270251 (or 0x270251) is known color: Blackcurrant. HEX triplet: 27, 02 and 51. RGB value is (39,2,81). Sum of RGB (Red+Green+Blue) = 39+2+81=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 81 (32.03% from 255 or 66.39% from 122); Max value from RGB is 81 - color contains mainly: blue. Hex color #270251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270251 is #D8FDAE. Grayscale: #151515. Windows color (decimal): -14220719 or 5308967. OLE color: 5308967.
HSL color Cylindrical-coordinate representation of color #270251: hue angle of 268.1º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #270251 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 39 | 2 | 81 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.68 |
| HSL | 268.1º | 0.95% | 0.16% | - |
| HSV(B) | 268.1º | 0.98% | 0.32% | - |
| XYZ | 2.34 | 1.07 | 7.87 | - |
| YUV | 22.07 | 161.26 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 2 | 81 | 0.52 | 0.98 | 0 | 0.68 | 268.1 | 0.95 | 0.16 |
| Hex | 27 | 2 | 51 | 34 | 62 | 0 | 44 | 10C | 5F | 10 |
| Octal | 47 | 2 | 121 | 64 | 142 | 0 | 104 | 414 | 137 | 20 |
| Binary | 100111 | 10 | 1010001 | 110100 | 1100010 | 0 | 1000100 | 100001100 | 1011111 | 10000 |
Color Harmonies of #270251
Complementary color
Monochromatic Colors of #270251
Black with #270251
Text Example
Text Example
White with #270251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270251; }
p { color: rgb(39,2,81); }
H1.HeaderClassName
{
color: #270251;
}
.AnyTagClassName
{
color: #270251;
}
</style>
background-color css
<style>
a { background-color: #270251; }
a { background-color: rgb(39,2,81); }
div.DivClassName
{
background-color: #270251;
}
.BgClassName
{
background-color: #270251;
}
</style>
border-color css
<style>
span { border-color: #270251; }
span { border-color: rgb(39,2,81); }
td.TdClassName
{
border-color: #270251;
}
.TagClassName
{
border-color: #270251;
}
</style>