Shades of Licorice #323848
Tints of Licorice #323848
RGB
CMYK
RGB Variations
Color information
#323848 (or 0x323848) is known color: Licorice. HEX triplet: 32, 38 and 48. RGB value is (50,56,72). Sum of RGB (Red+Green+Blue) = 50+56+72=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 72 - color contains mainly: blue. Hex color #323848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323848 is #CDC7B7. Grayscale: #373737. Windows color (decimal): -13486008 or 4732978. OLE color: 4732978.
HSL color Cylindrical-coordinate representation of color #323848: hue angle of 223.64º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #323848 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 56 | 72 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.72 |
| HSL | 223.64º | 0.18% | 0.24% | - |
| HSV(B) | 223.64º | 0.31% | 0.28% | - |
| XYZ | 3.9 | 3.97 | 6.69 | - |
| YUV | 56.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 56 | 72 | 0.31 | 0.22 | 0 | 0.72 | 223.64 | 0.18 | 0.24 |
| Hex | 32 | 38 | 48 | 1F | 16 | 0 | 48 | E0 | 12 | 18 |
| Octal | 62 | 70 | 110 | 37 | 26 | 0 | 110 | 340 | 22 | 30 |
| Binary | 110010 | 111000 | 1001000 | 11111 | 10110 | 0 | 1001000 | 11100000 | 10010 | 11000 |
Color Harmonies of #323848
Complementary color
Monochromatic Colors of #323848
Black with #323848
Text Example
Text Example
White with #323848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323848; }
p { color: rgb(50,56,72); }
H1.HeaderClassName
{
color: #323848;
}
.AnyTagClassName
{
color: #323848;
}
</style>
background-color css
<style>
a { background-color: #323848; }
a { background-color: rgb(50,56,72); }
div.DivClassName
{
background-color: #323848;
}
.BgClassName
{
background-color: #323848;
}
</style>
border-color css
<style>
span { border-color: #323848; }
span { border-color: rgb(50,56,72); }
td.TdClassName
{
border-color: #323848;
}
.TagClassName
{
border-color: #323848;
}
</style>