Shades of Blackcurrant #27212C
Tints of Blackcurrant #27212C
RGB
CMYK
RGB Variations
Color information
#27212C (or 0x27212C) is known color: Blackcurrant. HEX triplet: 27, 21 and 2C. RGB value is (39,33,44). Sum of RGB (Red+Green+Blue) = 39+33+44=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 44 - color contains mainly: blue. Hex color #27212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27212C is #D8DED3. Grayscale: #242424. Windows color (decimal): -14212820 or 2892071. OLE color: 2892071.
HSL color Cylindrical-coordinate representation of color #27212C: hue angle of 272.73º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #27212C is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 39 | 33 | 44 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.83 |
| HSL | 272.73º | 0.14% | 0.15% | - |
| HSV(B) | 272.73º | 0.25% | 0.17% | - |
| XYZ | 1.84 | 1.7 | 2.61 | - |
| YUV | 36.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 33 | 44 | 0.11 | 0.25 | 0 | 0.83 | 272.73 | 0.14 | 0.15 |
| Hex | 27 | 21 | 2C | B | 19 | 0 | 53 | 111 | E | F |
| Octal | 47 | 41 | 54 | 13 | 31 | 0 | 123 | 421 | 16 | 17 |
| Binary | 100111 | 100001 | 101100 | 1011 | 11001 | 0 | 1010011 | 100010001 | 1110 | 1111 |
Color Harmonies of #27212C
Complementary color
Monochromatic Colors of #27212C
Black with #27212C
Text Example
Text Example
White with #27212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27212C; }
p { color: rgb(39,33,44); }
H1.HeaderClassName
{
color: #27212C;
}
.AnyTagClassName
{
color: #27212C;
}
</style>
background-color css
<style>
a { background-color: #27212C; }
a { background-color: rgb(39,33,44); }
div.DivClassName
{
background-color: #27212C;
}
.BgClassName
{
background-color: #27212C;
}
</style>
border-color css
<style>
span { border-color: #27212C; }
span { border-color: rgb(39,33,44); }
td.TdClassName
{
border-color: #27212C;
}
.TagClassName
{
border-color: #27212C;
}
</style>