Shades of Licorice #32384D
Tints of Licorice #32384D
RGB
CMYK
RGB Variations
Color information
#32384D (or 0x32384D) is known color: Licorice. HEX triplet: 32, 38 and 4D. RGB value is (50,56,77). Sum of RGB (Red+Green+Blue) = 50+56+77=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 77 - color contains mainly: blue. Hex color #32384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32384D is #CDC7B2. Grayscale: #383838. Windows color (decimal): -13486003 or 5060658. OLE color: 5060658.
HSL color Cylindrical-coordinate representation of color #32384D: hue angle of 226.67º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #32384D is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 56 | 77 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.70 |
| HSL | 226.67º | 0.21% | 0.25% | - |
| HSV(B) | 226.67º | 0.35% | 0.3% | - |
| XYZ | 4.07 | 4.04 | 7.59 | - |
| YUV | 56.6 | 139.51 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 56 | 77 | 0.35 | 0.27 | 0 | 0.70 | 226.67 | 0.21 | 0.25 |
| Hex | 32 | 38 | 4D | 23 | 1B | 0 | 46 | E3 | 15 | 19 |
| Octal | 62 | 70 | 115 | 43 | 33 | 0 | 106 | 343 | 25 | 31 |
| Binary | 110010 | 111000 | 1001101 | 100011 | 11011 | 0 | 1000110 | 11100011 | 10101 | 11001 |
Color Harmonies of #32384D
Complementary color
Monochromatic Colors of #32384D
Black with #32384D
Text Example
Text Example
White with #32384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32384D; }
p { color: rgb(50,56,77); }
H1.HeaderClassName
{
color: #32384D;
}
.AnyTagClassName
{
color: #32384D;
}
</style>
background-color css
<style>
a { background-color: #32384D; }
a { background-color: rgb(50,56,77); }
div.DivClassName
{
background-color: #32384D;
}
.BgClassName
{
background-color: #32384D;
}
</style>
border-color css
<style>
span { border-color: #32384D; }
span { border-color: rgb(50,56,77); }
td.TdClassName
{
border-color: #32384D;
}
.TagClassName
{
border-color: #32384D;
}
</style>