Shades of Blackcurrant #271B2A
Tints of Blackcurrant #271B2A
RGB
CMYK
RGB Variations
Color information
#271B2A (or 0x271B2A) is known color: Blackcurrant. HEX triplet: 27, 1B and 2A. RGB value is (39,27,42). Sum of RGB (Red+Green+Blue) = 39+27+42=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 27 (10.94% from 255 or 25% from 108); Blue value is 42 (16.80% from 255 or 38.89% from 108); Max value from RGB is 42 - color contains mainly: blue. Hex color #271B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271B2A is #D8E4D5. Grayscale: #202020. Windows color (decimal): -14214358 or 2759463. OLE color: 2759463.
HSL color Cylindrical-coordinate representation of color #271B2A: hue angle of 288º degrees, saturation: 0.22, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #271B2A is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 39 | 27 | 42 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.84 |
| HSL | 288º | 0.22% | 0.14% | - |
| HSV(B) | 288º | 0.36% | 0.16% | - |
| XYZ | 1.65 | 1.38 | 2.37 | - |
| YUV | 32.3 | 133.48 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 42 | 0.07 | 0.36 | 0 | 0.84 | 288 | 0.22 | 0.14 |
| Hex | 27 | 1B | 2A | 7 | 24 | 0 | 54 | 120 | 16 | E |
| Octal | 47 | 33 | 52 | 7 | 44 | 0 | 124 | 440 | 26 | 16 |
| Binary | 100111 | 11011 | 101010 | 111 | 100100 | 0 | 1010100 | 100100000 | 10110 | 1110 |
Color Harmonies of #271B2A
Complementary color
Monochromatic Colors of #271B2A
Black with #271B2A
Text Example
Text Example
White with #271B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271B2A; }
p { color: rgb(39,27,42); }
H1.HeaderClassName
{
color: #271B2A;
}
.AnyTagClassName
{
color: #271B2A;
}
</style>
background-color css
<style>
a { background-color: #271B2A; }
a { background-color: rgb(39,27,42); }
div.DivClassName
{
background-color: #271B2A;
}
.BgClassName
{
background-color: #271B2A;
}
</style>
border-color css
<style>
span { border-color: #271B2A; }
span { border-color: rgb(39,27,42); }
td.TdClassName
{
border-color: #271B2A;
}
.TagClassName
{
border-color: #271B2A;
}
</style>