Shades of Licorice #293549
Tints of Licorice #293549
RGB
CMYK
RGB Variations
Color information
#293549 (or 0x293549) is known color: Licorice. HEX triplet: 29, 35 and 49. RGB value is (41,53,73). Sum of RGB (Red+Green+Blue) = 41+53+73=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 73 - color contains mainly: blue. Hex color #293549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293549 is #D6CAB6. Grayscale: #333333. Windows color (decimal): -14076599 or 4797737. OLE color: 4797737.
HSL color Cylindrical-coordinate representation of color #293549: hue angle of 217.5º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #293549 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 53 | 73 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.71 |
| HSL | 217.5º | 0.28% | 0.22% | - |
| HSV(B) | 217.5º | 0.44% | 0.29% | - |
| XYZ | 3.39 | 3.5 | 6.8 | - |
| YUV | 51.69 | 140.02 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 53 | 73 | 0.44 | 0.27 | 0 | 0.71 | 217.5 | 0.28 | 0.22 |
| Hex | 29 | 35 | 49 | 2C | 1B | 0 | 47 | DA | 1C | 16 |
| Octal | 51 | 65 | 111 | 54 | 33 | 0 | 107 | 332 | 34 | 26 |
| Binary | 101001 | 110101 | 1001001 | 101100 | 11011 | 0 | 1000111 | 11011010 | 11100 | 10110 |
Color Harmonies of #293549
Complementary color
Monochromatic Colors of #293549
Black with #293549
Text Example
Text Example
White with #293549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293549; }
p { color: rgb(41,53,73); }
H1.HeaderClassName
{
color: #293549;
}
.AnyTagClassName
{
color: #293549;
}
</style>
background-color css
<style>
a { background-color: #293549; }
a { background-color: rgb(41,53,73); }
div.DivClassName
{
background-color: #293549;
}
.BgClassName
{
background-color: #293549;
}
</style>
border-color css
<style>
span { border-color: #293549; }
span { border-color: rgb(41,53,73); }
td.TdClassName
{
border-color: #293549;
}
.TagClassName
{
border-color: #293549;
}
</style>