Shades of Blackcurrant #27222D
Tints of Blackcurrant #27222D
RGB
CMYK
RGB Variations
Color information
#27222D (or 0x27222D) is known color: Blackcurrant. HEX triplet: 27, 22 and 2D. RGB value is (39,34,45). Sum of RGB (Red+Green+Blue) = 39+34+45=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 45 - color contains mainly: blue. Hex color #27222D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27222D is #D8DDD2. Grayscale: #242424. Windows color (decimal): -14212563 or 2957863. OLE color: 2957863.
HSL color Cylindrical-coordinate representation of color #27222D: hue angle of 267.27º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #27222D is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 34 | 45 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.82 |
| HSL | 267.27º | 0.14% | 0.15% | - |
| HSV(B) | 267.27º | 0.24% | 0.18% | - |
| XYZ | 1.88 | 1.76 | 2.72 | - |
| YUV | 36.75 | 132.66 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 34 | 45 | 0.13 | 0.24 | 0 | 0.82 | 267.27 | 0.14 | 0.15 |
| Hex | 27 | 22 | 2D | D | 18 | 0 | 52 | 10B | E | F |
| Octal | 47 | 42 | 55 | 15 | 30 | 0 | 122 | 413 | 16 | 17 |
| Binary | 100111 | 100010 | 101101 | 1101 | 11000 | 0 | 1010010 | 100001011 | 1110 | 1111 |
Color Harmonies of #27222D
Complementary color
Monochromatic Colors of #27222D
Black with #27222D
Text Example
Text Example
White with #27222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27222D; }
p { color: rgb(39,34,45); }
H1.HeaderClassName
{
color: #27222D;
}
.AnyTagClassName
{
color: #27222D;
}
</style>
background-color css
<style>
a { background-color: #27222D; }
a { background-color: rgb(39,34,45); }
div.DivClassName
{
background-color: #27222D;
}
.BgClassName
{
background-color: #27222D;
}
</style>
border-color css
<style>
span { border-color: #27222D; }
span { border-color: rgb(39,34,45); }
td.TdClassName
{
border-color: #27222D;
}
.TagClassName
{
border-color: #27222D;
}
</style>