Shades of Licorice #323949
Tints of Licorice #323949
RGB
CMYK
RGB Variations
Color information
#323949 (or 0x323949) is known color: Licorice. HEX triplet: 32, 39 and 49. RGB value is (50,57,73). Sum of RGB (Red+Green+Blue) = 50+57+73=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 73 - color contains mainly: blue. Hex color #323949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323949 is #CDC6B6. Grayscale: #383838. Windows color (decimal): -13485751 or 4798770. OLE color: 4798770.
HSL color Cylindrical-coordinate representation of color #323949: hue angle of 221.74º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #323949 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 57 | 73 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.71 |
| HSL | 221.74º | 0.19% | 0.24% | - |
| HSV(B) | 221.74º | 0.32% | 0.29% | - |
| XYZ | 3.98 | 4.09 | 6.88 | - |
| YUV | 56.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 73 | 0.32 | 0.22 | 0 | 0.71 | 221.74 | 0.19 | 0.24 |
| Hex | 32 | 39 | 49 | 20 | 16 | 0 | 47 | DE | 13 | 18 |
| Octal | 62 | 71 | 111 | 40 | 26 | 0 | 107 | 336 | 23 | 30 |
| Binary | 110010 | 111001 | 1001001 | 100000 | 10110 | 0 | 1000111 | 11011110 | 10011 | 11000 |
Color Harmonies of #323949
Complementary color
Monochromatic Colors of #323949
Black with #323949
Text Example
Text Example
White with #323949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323949; }
p { color: rgb(50,57,73); }
H1.HeaderClassName
{
color: #323949;
}
.AnyTagClassName
{
color: #323949;
}
</style>
background-color css
<style>
a { background-color: #323949; }
a { background-color: rgb(50,57,73); }
div.DivClassName
{
background-color: #323949;
}
.BgClassName
{
background-color: #323949;
}
</style>
border-color css
<style>
span { border-color: #323949; }
span { border-color: rgb(50,57,73); }
td.TdClassName
{
border-color: #323949;
}
.TagClassName
{
border-color: #323949;
}
</style>