Shades of Licorice #343949
Tints of Licorice #343949
RGB
CMYK
RGB Variations
Color information
#343949 (or 0x343949) is known color: Licorice. HEX triplet: 34, 39 and 49. RGB value is (52,57,73). Sum of RGB (Red+Green+Blue) = 52+57+73=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 73 - color contains mainly: blue. Hex color #343949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343949 is #CBC6B6. Grayscale: #393939. Windows color (decimal): -13354679 or 4798772. OLE color: 4798772.
HSL color Cylindrical-coordinate representation of color #343949: hue angle of 225.71º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #343949 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 57 | 73 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.71 |
| HSL | 225.71º | 0.17% | 0.25% | - |
| HSV(B) | 225.71º | 0.29% | 0.29% | - |
| XYZ | 4.08 | 4.14 | 6.89 | - |
| YUV | 57.33 | 136.84 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 57 | 73 | 0.29 | 0.22 | 0 | 0.71 | 225.71 | 0.17 | 0.25 |
| Hex | 34 | 39 | 49 | 1D | 16 | 0 | 47 | E2 | 11 | 19 |
| Octal | 64 | 71 | 111 | 35 | 26 | 0 | 107 | 342 | 21 | 31 |
| Binary | 110100 | 111001 | 1001001 | 11101 | 10110 | 0 | 1000111 | 11100010 | 10001 | 11001 |
Color Harmonies of #343949
Complementary color
Monochromatic Colors of #343949
Black with #343949
Text Example
Text Example
White with #343949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343949; }
p { color: rgb(52,57,73); }
H1.HeaderClassName
{
color: #343949;
}
.AnyTagClassName
{
color: #343949;
}
</style>
background-color css
<style>
a { background-color: #343949; }
a { background-color: rgb(52,57,73); }
div.DivClassName
{
background-color: #343949;
}
.BgClassName
{
background-color: #343949;
}
</style>
border-color css
<style>
span { border-color: #343949; }
span { border-color: rgb(52,57,73); }
td.TdClassName
{
border-color: #343949;
}
.TagClassName
{
border-color: #343949;
}
</style>