Shades of Licorice #343B46
Tints of Licorice #343B46
RGB
CMYK
RGB Variations
Color information
#343B46 (or 0x343B46) is known color: Licorice. HEX triplet: 34, 3B and 46. RGB value is (52,59,70). Sum of RGB (Red+Green+Blue) = 52+59+70=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 59 (23.44% from 255 or 32.60% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 70 - color contains mainly: blue. Hex color #343B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B46 is #CBC4B9. Grayscale: #3A3A3A. Windows color (decimal): -13354170 or 4602676. OLE color: 4602676.
HSL color Cylindrical-coordinate representation of color #343B46: hue angle of 216.67º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #343B46 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 59 | 70 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.73 |
| HSL | 216.67º | 0.15% | 0.24% | - |
| HSV(B) | 216.67º | 0.26% | 0.27% | - |
| XYZ | 4.09 | 4.3 | 6.41 | - |
| YUV | 58.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 70 | 0.26 | 0.16 | 0 | 0.73 | 216.67 | 0.15 | 0.24 |
| Hex | 34 | 3B | 46 | 1A | 10 | 0 | 49 | D9 | F | 18 |
| Octal | 64 | 73 | 106 | 32 | 20 | 0 | 111 | 331 | 17 | 30 |
| Binary | 110100 | 111011 | 1000110 | 11010 | 10000 | 0 | 1001001 | 11011001 | 1111 | 11000 |
Color Harmonies of #343B46
Complementary color
Monochromatic Colors of #343B46
Black with #343B46
Text Example
Text Example
White with #343B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343B46; }
p { color: rgb(52,59,70); }
H1.HeaderClassName
{
color: #343B46;
}
.AnyTagClassName
{
color: #343B46;
}
</style>
background-color css
<style>
a { background-color: #343B46; }
a { background-color: rgb(52,59,70); }
div.DivClassName
{
background-color: #343B46;
}
.BgClassName
{
background-color: #343B46;
}
</style>
border-color css
<style>
span { border-color: #343B46; }
span { border-color: rgb(52,59,70); }
td.TdClassName
{
border-color: #343B46;
}
.TagClassName
{
border-color: #343B46;
}
</style>