Shades of Blackcurrant #271D30
Tints of Blackcurrant #271D30
RGB
CMYK
RGB Variations
Color information
#271D30 (or 0x271D30) is known color: Blackcurrant. HEX triplet: 27, 1D and 30. RGB value is (39,29,48). Sum of RGB (Red+Green+Blue) = 39+29+48=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 48 (19.14% from 255 or 41.38% from 116); Max value from RGB is 48 - color contains mainly: blue. Hex color #271D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271D30 is #D8E2CF. Grayscale: #222222. Windows color (decimal): -14213840 or 3153191. OLE color: 3153191.
HSL color Cylindrical-coordinate representation of color #271D30: hue angle of 271.58º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #271D30 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 39 | 29 | 48 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.81 |
| HSL | 271.58º | 0.25% | 0.15% | - |
| HSV(B) | 271.58º | 0.4% | 0.19% | - |
| XYZ | 1.81 | 1.52 | 2.99 | - |
| YUV | 34.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 29 | 48 | 0.19 | 0.40 | 0 | 0.81 | 271.58 | 0.25 | 0.15 |
| Hex | 27 | 1D | 30 | 13 | 28 | 0 | 51 | 110 | 19 | F |
| Octal | 47 | 35 | 60 | 23 | 50 | 0 | 121 | 420 | 31 | 17 |
| Binary | 100111 | 11101 | 110000 | 10011 | 101000 | 0 | 1010001 | 100010000 | 11001 | 1111 |
Color Harmonies of #271D30
Complementary color
Monochromatic Colors of #271D30
Black with #271D30
Text Example
Text Example
White with #271D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271D30; }
p { color: rgb(39,29,48); }
H1.HeaderClassName
{
color: #271D30;
}
.AnyTagClassName
{
color: #271D30;
}
</style>
background-color css
<style>
a { background-color: #271D30; }
a { background-color: rgb(39,29,48); }
div.DivClassName
{
background-color: #271D30;
}
.BgClassName
{
background-color: #271D30;
}
</style>
border-color css
<style>
span { border-color: #271D30; }
span { border-color: rgb(39,29,48); }
td.TdClassName
{
border-color: #271D30;
}
.TagClassName
{
border-color: #271D30;
}
</style>