Shades of Licorice #343B45
Tints of Licorice #343B45
RGB
CMYK
RGB Variations
Color information
#343B45 (or 0x343B45) is known color: Licorice. HEX triplet: 34, 3B and 45. RGB value is (52,59,69). Sum of RGB (Red+Green+Blue) = 52+59+69=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 59 (23.44% from 255 or 32.78% from 180); Blue value is 69 (27.34% from 255 or 38.33% from 180); Max value from RGB is 69 - color contains mainly: blue. Hex color #343B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B45 is #CBC4BA. Grayscale: #3A3A3A. Windows color (decimal): -13354171 or 4537140. OLE color: 4537140.
HSL color Cylindrical-coordinate representation of color #343B45: hue angle of 215.29º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #343B45 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 59 | 69 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.73 |
| HSL | 215.29º | 0.14% | 0.24% | - |
| HSV(B) | 215.29º | 0.25% | 0.27% | - |
| XYZ | 4.05 | 4.29 | 6.24 | - |
| YUV | 58.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 69 | 0.25 | 0.14 | 0 | 0.73 | 215.29 | 0.14 | 0.24 |
| Hex | 34 | 3B | 45 | 19 | E | 0 | 49 | D7 | E | 18 |
| Octal | 64 | 73 | 105 | 31 | 16 | 0 | 111 | 327 | 16 | 30 |
| Binary | 110100 | 111011 | 1000101 | 11001 | 1110 | 0 | 1001001 | 11010111 | 1110 | 11000 |
Color Harmonies of #343B45
Complementary color
Monochromatic Colors of #343B45
Black with #343B45
Text Example
Text Example
White with #343B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343B45; }
p { color: rgb(52,59,69); }
H1.HeaderClassName
{
color: #343B45;
}
.AnyTagClassName
{
color: #343B45;
}
</style>
background-color css
<style>
a { background-color: #343B45; }
a { background-color: rgb(52,59,69); }
div.DivClassName
{
background-color: #343B45;
}
.BgClassName
{
background-color: #343B45;
}
</style>
border-color css
<style>
span { border-color: #343B45; }
span { border-color: rgb(52,59,69); }
td.TdClassName
{
border-color: #343B45;
}
.TagClassName
{
border-color: #343B45;
}
</style>