Shades of Blackcurrant #27202C
Tints of Blackcurrant #27202C
RGB
CMYK
RGB Variations
Color information
#27202C (or 0x27202C) is known color: Blackcurrant. HEX triplet: 27, 20 and 2C. RGB value is (39,32,44). Sum of RGB (Red+Green+Blue) = 39+32+44=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 44 - color contains mainly: blue. Hex color #27202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27202C is #D8DFD3. Grayscale: #232323. Windows color (decimal): -14213076 or 2891815. OLE color: 2891815.
HSL color Cylindrical-coordinate representation of color #27202C: hue angle of 275º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #27202C is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 39 | 32 | 44 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.83 |
| HSL | 275º | 0.16% | 0.15% | - |
| HSV(B) | 275º | 0.27% | 0.17% | - |
| XYZ | 1.81 | 1.65 | 2.61 | - |
| YUV | 35.46 | 132.82 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 32 | 44 | 0.11 | 0.27 | 0 | 0.83 | 275 | 0.16 | 0.15 |
| Hex | 27 | 20 | 2C | B | 1B | 0 | 53 | 113 | 10 | F |
| Octal | 47 | 40 | 54 | 13 | 33 | 0 | 123 | 423 | 20 | 17 |
| Binary | 100111 | 100000 | 101100 | 1011 | 11011 | 0 | 1010011 | 100010011 | 10000 | 1111 |
Color Harmonies of #27202C
Complementary color
Monochromatic Colors of #27202C
Black with #27202C
Text Example
Text Example
White with #27202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27202C; }
p { color: rgb(39,32,44); }
H1.HeaderClassName
{
color: #27202C;
}
.AnyTagClassName
{
color: #27202C;
}
</style>
background-color css
<style>
a { background-color: #27202C; }
a { background-color: rgb(39,32,44); }
div.DivClassName
{
background-color: #27202C;
}
.BgClassName
{
background-color: #27202C;
}
</style>
border-color css
<style>
span { border-color: #27202C; }
span { border-color: rgb(39,32,44); }
td.TdClassName
{
border-color: #27202C;
}
.TagClassName
{
border-color: #27202C;
}
</style>