Shades of Blackcurrant #271339
Tints of Blackcurrant #271339
RGB
CMYK
RGB Variations
Color information
#271339 (or 0x271339) is known color: Blackcurrant. HEX triplet: 27, 13 and 39. RGB value is (39,19,57). Sum of RGB (Red+Green+Blue) = 39+19+57=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 57 (22.66% from 255 or 49.57% from 115); Max value from RGB is 57 - color contains mainly: blue. Hex color #271339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271339 is #D8ECC6. Grayscale: #1D1D1D. Windows color (decimal): -14216391 or 3740455. OLE color: 3740455.
HSL color Cylindrical-coordinate representation of color #271339: hue angle of 271.58º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #271339 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 39 | 19 | 57 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.78 |
| HSL | 271.58º | 0.5% | 0.15% | - |
| HSV(B) | 271.58º | 0.67% | 0.22% | - |
| XYZ | 1.81 | 1.19 | 4.01 | - |
| YUV | 29.31 | 143.63 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 19 | 57 | 0.32 | 0.67 | 0 | 0.78 | 271.58 | 0.5 | 0.15 |
| Hex | 27 | 13 | 39 | 20 | 43 | 0 | 4E | 110 | 32 | F |
| Octal | 47 | 23 | 71 | 40 | 103 | 0 | 116 | 420 | 62 | 17 |
| Binary | 100111 | 10011 | 111001 | 100000 | 1000011 | 0 | 1001110 | 100010000 | 110010 | 1111 |
Color Harmonies of #271339
Complementary color
Monochromatic Colors of #271339
Black with #271339
Text Example
Text Example
White with #271339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271339; }
p { color: rgb(39,19,57); }
H1.HeaderClassName
{
color: #271339;
}
.AnyTagClassName
{
color: #271339;
}
</style>
background-color css
<style>
a { background-color: #271339; }
a { background-color: rgb(39,19,57); }
div.DivClassName
{
background-color: #271339;
}
.BgClassName
{
background-color: #271339;
}
</style>
border-color css
<style>
span { border-color: #271339; }
span { border-color: rgb(39,19,57); }
td.TdClassName
{
border-color: #271339;
}
.TagClassName
{
border-color: #271339;
}
</style>