Shades of Licorice #343B48
Tints of Licorice #343B48
RGB
CMYK
RGB Variations
Color information
#343B48 (or 0x343B48) is known color: Licorice. HEX triplet: 34, 3B and 48. RGB value is (52,59,72). Sum of RGB (Red+Green+Blue) = 52+59+72=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 59 (23.44% from 255 or 32.24% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 72 - color contains mainly: blue. Hex color #343B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B48 is #CBC4B7. Grayscale: #3A3A3A. Windows color (decimal): -13354168 or 4733748. OLE color: 4733748.
HSL color Cylindrical-coordinate representation of color #343B48: hue angle of 219º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #343B48 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 59 | 72 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.72 |
| HSL | 219º | 0.16% | 0.24% | - |
| HSV(B) | 219º | 0.28% | 0.28% | - |
| XYZ | 4.15 | 4.33 | 6.75 | - |
| YUV | 58.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 72 | 0.28 | 0.18 | 0 | 0.72 | 219 | 0.16 | 0.24 |
| Hex | 34 | 3B | 48 | 1C | 12 | 0 | 48 | DB | 10 | 18 |
| Octal | 64 | 73 | 110 | 34 | 22 | 0 | 110 | 333 | 20 | 30 |
| Binary | 110100 | 111011 | 1001000 | 11100 | 10010 | 0 | 1001000 | 11011011 | 10000 | 11000 |
Color Harmonies of #343B48
Complementary color
Monochromatic Colors of #343B48
Black with #343B48
Text Example
Text Example
White with #343B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343B48; }
p { color: rgb(52,59,72); }
H1.HeaderClassName
{
color: #343B48;
}
.AnyTagClassName
{
color: #343B48;
}
</style>
background-color css
<style>
a { background-color: #343B48; }
a { background-color: rgb(52,59,72); }
div.DivClassName
{
background-color: #343B48;
}
.BgClassName
{
background-color: #343B48;
}
</style>
border-color css
<style>
span { border-color: #343B48; }
span { border-color: rgb(52,59,72); }
td.TdClassName
{
border-color: #343B48;
}
.TagClassName
{
border-color: #343B48;
}
</style>