Shades of Blackcurrant #271934
Tints of Blackcurrant #271934
RGB
CMYK
RGB Variations
Color information
#271934 (or 0x271934) is known color: Blackcurrant. HEX triplet: 27, 19 and 34. RGB value is (39,25,52). Sum of RGB (Red+Green+Blue) = 39+25+52=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 52 (20.70% from 255 or 44.83% from 116); Max value from RGB is 52 - color contains mainly: blue. Hex color #271934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271934 is #D8E6CB. Grayscale: #202020. Windows color (decimal): -14214860 or 3414311. OLE color: 3414311.
HSL color Cylindrical-coordinate representation of color #271934: hue angle of 271.11º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #271934 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 39 | 25 | 52 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.80 |
| HSL | 271.11º | 0.35% | 0.15% | - |
| HSV(B) | 271.11º | 0.52% | 0.2% | - |
| XYZ | 1.8 | 1.37 | 3.42 | - |
| YUV | 32.26 | 139.14 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 25 | 52 | 0.25 | 0.52 | 0 | 0.80 | 271.11 | 0.35 | 0.15 |
| Hex | 27 | 19 | 34 | 19 | 34 | 0 | 50 | 10F | 23 | F |
| Octal | 47 | 31 | 64 | 31 | 64 | 0 | 120 | 417 | 43 | 17 |
| Binary | 100111 | 11001 | 110100 | 11001 | 110100 | 0 | 1010000 | 100001111 | 100011 | 1111 |
Color Harmonies of #271934
Complementary color
Monochromatic Colors of #271934
Black with #271934
Text Example
Text Example
White with #271934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271934; }
p { color: rgb(39,25,52); }
H1.HeaderClassName
{
color: #271934;
}
.AnyTagClassName
{
color: #271934;
}
</style>
background-color css
<style>
a { background-color: #271934; }
a { background-color: rgb(39,25,52); }
div.DivClassName
{
background-color: #271934;
}
.BgClassName
{
background-color: #271934;
}
</style>
border-color css
<style>
span { border-color: #271934; }
span { border-color: rgb(39,25,52); }
td.TdClassName
{
border-color: #271934;
}
.TagClassName
{
border-color: #271934;
}
</style>