Shades of Licorice #323945
Tints of Licorice #323945
RGB
CMYK
RGB Variations
Color information
#323945 (or 0x323945) is known color: Licorice. HEX triplet: 32, 39 and 45. RGB value is (50,57,69). Sum of RGB (Red+Green+Blue) = 50+57+69=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 69 (27.34% from 255 or 39.20% from 176); Max value from RGB is 69 - color contains mainly: blue. Hex color #323945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323945 is #CDC6BA. Grayscale: #383838. Windows color (decimal): -13485755 or 4536626. OLE color: 4536626.
HSL color Cylindrical-coordinate representation of color #323945: hue angle of 217.89º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #323945 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 57 | 69 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.73 |
| HSL | 217.89º | 0.16% | 0.23% | - |
| HSV(B) | 217.89º | 0.28% | 0.27% | - |
| XYZ | 3.85 | 4.03 | 6.21 | - |
| YUV | 56.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 69 | 0.28 | 0.17 | 0 | 0.73 | 217.89 | 0.16 | 0.23 |
| Hex | 32 | 39 | 45 | 1C | 11 | 0 | 49 | DA | 10 | 17 |
| Octal | 62 | 71 | 105 | 34 | 21 | 0 | 111 | 332 | 20 | 27 |
| Binary | 110010 | 111001 | 1000101 | 11100 | 10001 | 0 | 1001001 | 11011010 | 10000 | 10111 |
Color Harmonies of #323945
Complementary color
Monochromatic Colors of #323945
Black with #323945
Text Example
Text Example
White with #323945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323945; }
p { color: rgb(50,57,69); }
H1.HeaderClassName
{
color: #323945;
}
.AnyTagClassName
{
color: #323945;
}
</style>
background-color css
<style>
a { background-color: #323945; }
a { background-color: rgb(50,57,69); }
div.DivClassName
{
background-color: #323945;
}
.BgClassName
{
background-color: #323945;
}
</style>
border-color css
<style>
span { border-color: #323945; }
span { border-color: rgb(50,57,69); }
td.TdClassName
{
border-color: #323945;
}
.TagClassName
{
border-color: #323945;
}
</style>