Shades of Blackcurrant #27222C
Tints of Blackcurrant #27222C
RGB
CMYK
RGB Variations
Color information
#27222C (or 0x27222C) is known color: Blackcurrant. HEX triplet: 27, 22 and 2C. RGB value is (39,34,44). Sum of RGB (Red+Green+Blue) = 39+34+44=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 44 - color contains mainly: blue. Hex color #27222C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27222C is #D8DDD3. Grayscale: #242424. Windows color (decimal): -14212564 or 2892327. OLE color: 2892327.
HSL color Cylindrical-coordinate representation of color #27222C: hue angle of 270º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #27222C is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 39 | 34 | 44 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.83 |
| HSL | 270º | 0.13% | 0.15% | - |
| HSV(B) | 270º | 0.23% | 0.17% | - |
| XYZ | 1.86 | 1.76 | 2.62 | - |
| YUV | 36.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 34 | 44 | 0.11 | 0.23 | 0 | 0.83 | 270 | 0.13 | 0.15 |
| Hex | 27 | 22 | 2C | B | 17 | 0 | 53 | 10E | D | F |
| Octal | 47 | 42 | 54 | 13 | 27 | 0 | 123 | 416 | 15 | 17 |
| Binary | 100111 | 100010 | 101100 | 1011 | 10111 | 0 | 1010011 | 100001110 | 1101 | 1111 |
Color Harmonies of #27222C
Complementary color
Monochromatic Colors of #27222C
Black with #27222C
Text Example
Text Example
White with #27222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27222C; }
p { color: rgb(39,34,44); }
H1.HeaderClassName
{
color: #27222C;
}
.AnyTagClassName
{
color: #27222C;
}
</style>
background-color css
<style>
a { background-color: #27222C; }
a { background-color: rgb(39,34,44); }
div.DivClassName
{
background-color: #27222C;
}
.BgClassName
{
background-color: #27222C;
}
</style>
border-color css
<style>
span { border-color: #27222C; }
span { border-color: rgb(39,34,44); }
td.TdClassName
{
border-color: #27222C;
}
.TagClassName
{
border-color: #27222C;
}
</style>