Shades of Blackcurrant #272029
Tints of Blackcurrant #272029
RGB
CMYK
RGB Variations
Color information
#272029 (or 0x272029) is known color: Blackcurrant. HEX triplet: 27, 20 and 29. RGB value is (39,32,41). Sum of RGB (Red+Green+Blue) = 39+32+41=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 41 - color contains mainly: blue. Hex color #272029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272029 is #D8DFD6. Grayscale: #232323. Windows color (decimal): -14213079 or 2695207. OLE color: 2695207.
HSL color Cylindrical-coordinate representation of color #272029: hue angle of 286.67º degrees, saturation: 0.12, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #272029 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 39 | 32 | 41 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.84 |
| HSL | 286.67º | 0.12% | 0.14% | - |
| HSV(B) | 286.67º | 0.22% | 0.16% | - |
| XYZ | 1.75 | 1.62 | 2.32 | - |
| YUV | 35.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 32 | 41 | 0.05 | 0.22 | 0 | 0.84 | 286.67 | 0.12 | 0.14 |
| Hex | 27 | 20 | 29 | 5 | 16 | 0 | 54 | 11F | C | E |
| Octal | 47 | 40 | 51 | 5 | 26 | 0 | 124 | 437 | 14 | 16 |
| Binary | 100111 | 100000 | 101001 | 101 | 10110 | 0 | 1010100 | 100011111 | 1100 | 1110 |
Color Harmonies of #272029
Complementary color
Monochromatic Colors of #272029
Black with #272029
Text Example
Text Example
White with #272029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272029; }
p { color: rgb(39,32,41); }
H1.HeaderClassName
{
color: #272029;
}
.AnyTagClassName
{
color: #272029;
}
</style>
background-color css
<style>
a { background-color: #272029; }
a { background-color: rgb(39,32,41); }
div.DivClassName
{
background-color: #272029;
}
.BgClassName
{
background-color: #272029;
}
</style>
border-color css
<style>
span { border-color: #272029; }
span { border-color: rgb(39,32,41); }
td.TdClassName
{
border-color: #272029;
}
.TagClassName
{
border-color: #272029;
}
</style>