Shades of Blackcurrant #272628
Tints of Blackcurrant #272628
RGB
CMYK
RGB Variations
Color information
#272628 (or 0x272628) is known color: Blackcurrant. HEX triplet: 27, 26 and 28. RGB value is (39,38,40). Sum of RGB (Red+Green+Blue) = 39+38+40=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 38 (15.23% from 255 or 32.48% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 40 - color contains mainly: blue. Hex color #272628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272628 is #D8D9D7. Grayscale: #262626. Windows color (decimal): -14211544 or 2631207. OLE color: 2631207.
HSL color Cylindrical-coordinate representation of color #272628: hue angle of 270º degrees, saturation: 0.03, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #272628 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 39 | 38 | 40 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.84 |
| HSL | 270º | 0.03% | 0.15% | - |
| HSV(B) | 270º | 0.05% | 0.16% | - |
| XYZ | 1.91 | 1.97 | 2.29 | - |
| YUV | 38.53 | 128.83 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 38 | 40 | 0.02 | 0.05 | 0 | 0.84 | 270 | 0.03 | 0.15 |
| Hex | 27 | 26 | 28 | 2 | 5 | 0 | 54 | 10E | 3 | F |
| Octal | 47 | 46 | 50 | 2 | 5 | 0 | 124 | 416 | 3 | 17 |
| Binary | 100111 | 100110 | 101000 | 10 | 101 | 0 | 1010100 | 100001110 | 11 | 1111 |
Color Harmonies of #272628
Complementary color
Monochromatic Colors of #272628
Black with #272628
Text Example
Text Example
White with #272628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272628; }
p { color: rgb(39,38,40); }
H1.HeaderClassName
{
color: #272628;
}
.AnyTagClassName
{
color: #272628;
}
</style>
background-color css
<style>
a { background-color: #272628; }
a { background-color: rgb(39,38,40); }
div.DivClassName
{
background-color: #272628;
}
.BgClassName
{
background-color: #272628;
}
</style>
border-color css
<style>
span { border-color: #272628; }
span { border-color: rgb(39,38,40); }
td.TdClassName
{
border-color: #272628;
}
.TagClassName
{
border-color: #272628;
}
</style>