Shades of Licorice #323944
Tints of Licorice #323944
RGB
CMYK
RGB Variations
Color information
#323944 (or 0x323944) is known color: Licorice. HEX triplet: 32, 39 and 44. RGB value is (50,57,68). Sum of RGB (Red+Green+Blue) = 50+57+68=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 68 (26.95% from 255 or 38.86% from 175); Max value from RGB is 68 - color contains mainly: blue. Hex color #323944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323944 is #CDC6BB. Grayscale: #383838. Windows color (decimal): -13485756 or 4471090. OLE color: 4471090.
HSL color Cylindrical-coordinate representation of color #323944: hue angle of 216.67º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #323944 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 57 | 68 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.73 |
| HSL | 216.67º | 0.15% | 0.23% | - |
| HSV(B) | 216.67º | 0.26% | 0.27% | - |
| XYZ | 3.82 | 4.02 | 6.04 | - |
| YUV | 56.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 68 | 0.26 | 0.16 | 0 | 0.73 | 216.67 | 0.15 | 0.23 |
| Hex | 32 | 39 | 44 | 1A | 10 | 0 | 49 | D9 | F | 17 |
| Octal | 62 | 71 | 104 | 32 | 20 | 0 | 111 | 331 | 17 | 27 |
| Binary | 110010 | 111001 | 1000100 | 11010 | 10000 | 0 | 1001001 | 11011001 | 1111 | 10111 |
Color Harmonies of #323944
Complementary color
Monochromatic Colors of #323944
Black with #323944
Text Example
Text Example
White with #323944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323944; }
p { color: rgb(50,57,68); }
H1.HeaderClassName
{
color: #323944;
}
.AnyTagClassName
{
color: #323944;
}
</style>
background-color css
<style>
a { background-color: #323944; }
a { background-color: rgb(50,57,68); }
div.DivClassName
{
background-color: #323944;
}
.BgClassName
{
background-color: #323944;
}
</style>
border-color css
<style>
span { border-color: #323944; }
span { border-color: rgb(50,57,68); }
td.TdClassName
{
border-color: #323944;
}
.TagClassName
{
border-color: #323944;
}
</style>