Shades of Licorice #273549
Tints of Licorice #273549
RGB
CMYK
RGB Variations
Color information
#273549 (or 0x273549) is known color: Licorice. HEX triplet: 27, 35 and 49. RGB value is (39,53,73). Sum of RGB (Red+Green+Blue) = 39+53+73=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 73 - color contains mainly: blue. Hex color #273549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273549 is #D8CAB6. Grayscale: #333333. Windows color (decimal): -14207671 or 4797735. OLE color: 4797735.
HSL color Cylindrical-coordinate representation of color #273549: hue angle of 215.29º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #273549 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 53 | 73 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.71 |
| HSL | 215.29º | 0.3% | 0.22% | - |
| HSV(B) | 215.29º | 0.47% | 0.29% | - |
| XYZ | 3.31 | 3.46 | 6.8 | - |
| YUV | 51.09 | 140.36 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 53 | 73 | 0.47 | 0.27 | 0 | 0.71 | 215.29 | 0.3 | 0.22 |
| Hex | 27 | 35 | 49 | 2F | 1B | 0 | 47 | D7 | 1E | 16 |
| Octal | 47 | 65 | 111 | 57 | 33 | 0 | 107 | 327 | 36 | 26 |
| Binary | 100111 | 110101 | 1001001 | 101111 | 11011 | 0 | 1000111 | 11010111 | 11110 | 10110 |
Color Harmonies of #273549
Complementary color
Monochromatic Colors of #273549
Black with #273549
Text Example
Text Example
White with #273549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273549; }
p { color: rgb(39,53,73); }
H1.HeaderClassName
{
color: #273549;
}
.AnyTagClassName
{
color: #273549;
}
</style>
background-color css
<style>
a { background-color: #273549; }
a { background-color: rgb(39,53,73); }
div.DivClassName
{
background-color: #273549;
}
.BgClassName
{
background-color: #273549;
}
</style>
border-color css
<style>
span { border-color: #273549; }
span { border-color: rgb(39,53,73); }
td.TdClassName
{
border-color: #273549;
}
.TagClassName
{
border-color: #273549;
}
</style>