Shades of Licorice #293548
Tints of Licorice #293548
RGB
CMYK
RGB Variations
Color information
#293548 (or 0x293548) is known color: Licorice. HEX triplet: 29, 35 and 48. RGB value is (41,53,72). Sum of RGB (Red+Green+Blue) = 41+53+72=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 72 - color contains mainly: blue. Hex color #293548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293548 is #D6CAB7. Grayscale: #333333. Windows color (decimal): -14076600 or 4732201. OLE color: 4732201.
HSL color Cylindrical-coordinate representation of color #293548: hue angle of 216.77º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #293548 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 41 | 53 | 72 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.72 |
| HSL | 216.77º | 0.27% | 0.22% | - |
| HSV(B) | 216.77º | 0.43% | 0.28% | - |
| XYZ | 3.36 | 3.49 | 6.63 | - |
| YUV | 51.58 | 139.52 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 53 | 72 | 0.43 | 0.26 | 0 | 0.72 | 216.77 | 0.27 | 0.22 |
| Hex | 29 | 35 | 48 | 2B | 1A | 0 | 48 | D9 | 1B | 16 |
| Octal | 51 | 65 | 110 | 53 | 32 | 0 | 110 | 331 | 33 | 26 |
| Binary | 101001 | 110101 | 1001000 | 101011 | 11010 | 0 | 1001000 | 11011001 | 11011 | 10110 |
Color Harmonies of #293548
Complementary color
Monochromatic Colors of #293548
Black with #293548
Text Example
Text Example
White with #293548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293548; }
p { color: rgb(41,53,72); }
H1.HeaderClassName
{
color: #293548;
}
.AnyTagClassName
{
color: #293548;
}
</style>
background-color css
<style>
a { background-color: #293548; }
a { background-color: rgb(41,53,72); }
div.DivClassName
{
background-color: #293548;
}
.BgClassName
{
background-color: #293548;
}
</style>
border-color css
<style>
span { border-color: #293548; }
span { border-color: rgb(41,53,72); }
td.TdClassName
{
border-color: #293548;
}
.TagClassName
{
border-color: #293548;
}
</style>