Shades of Blackcurrant #271838
Tints of Blackcurrant #271838
RGB
CMYK
RGB Variations
Color information
#271838 (or 0x271838) is known color: Blackcurrant. HEX triplet: 27, 18 and 38. RGB value is (39,24,56). Sum of RGB (Red+Green+Blue) = 39+24+56=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 56 (22.27% from 255 or 47.06% from 119); Max value from RGB is 56 - color contains mainly: blue. Hex color #271838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271838 is #D8E7C7. Grayscale: #202020. Windows color (decimal): -14215112 or 3676199. OLE color: 3676199.
HSL color Cylindrical-coordinate representation of color #271838: hue angle of 268.12º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #271838 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 39 | 24 | 56 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.78 |
| HSL | 268.13º | 0.4% | 0.16% | - |
| HSV(B) | 268.13º | 0.57% | 0.22% | - |
| XYZ | 1.88 | 1.37 | 3.91 | - |
| YUV | 32.13 | 141.47 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 24 | 56 | 0.30 | 0.57 | 0 | 0.78 | 268.13 | 0.4 | 0.16 |
| Hex | 27 | 18 | 38 | 1E | 39 | 0 | 4E | 10C | 28 | 10 |
| Octal | 47 | 30 | 70 | 36 | 71 | 0 | 116 | 414 | 50 | 20 |
| Binary | 100111 | 11000 | 111000 | 11110 | 111001 | 0 | 1001110 | 100001100 | 101000 | 10000 |
Color Harmonies of #271838
Complementary color
Monochromatic Colors of #271838
Black with #271838
Text Example
Text Example
White with #271838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271838; }
p { color: rgb(39,24,56); }
H1.HeaderClassName
{
color: #271838;
}
.AnyTagClassName
{
color: #271838;
}
</style>
background-color css
<style>
a { background-color: #271838; }
a { background-color: rgb(39,24,56); }
div.DivClassName
{
background-color: #271838;
}
.BgClassName
{
background-color: #271838;
}
</style>
border-color css
<style>
span { border-color: #271838; }
span { border-color: rgb(39,24,56); }
td.TdClassName
{
border-color: #271838;
}
.TagClassName
{
border-color: #271838;
}
</style>