Shades of Licorice #323A46
Tints of Licorice #323A46
RGB
CMYK
RGB Variations
Color information
#323A46 (or 0x323A46) is known color: Licorice. HEX triplet: 32, 3A and 46. RGB value is (50,58,70). Sum of RGB (Red+Green+Blue) = 50+58+70=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 70 - color contains mainly: blue. Hex color #323A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323A46 is #CDC5B9. Grayscale: #383838. Windows color (decimal): -13485498 or 4602418. OLE color: 4602418.
HSL color Cylindrical-coordinate representation of color #323A46: hue angle of 216º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #323A46 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 58 | 70 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.73 |
| HSL | 216º | 0.17% | 0.24% | - |
| HSV(B) | 216º | 0.29% | 0.27% | - |
| XYZ | 3.93 | 4.15 | 6.39 | - |
| YUV | 56.98 | 135.35 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 70 | 0.29 | 0.17 | 0 | 0.73 | 216 | 0.17 | 0.24 |
| Hex | 32 | 3A | 46 | 1D | 11 | 0 | 49 | D8 | 11 | 18 |
| Octal | 62 | 72 | 106 | 35 | 21 | 0 | 111 | 330 | 21 | 30 |
| Binary | 110010 | 111010 | 1000110 | 11101 | 10001 | 0 | 1001001 | 11011000 | 10001 | 11000 |
Color Harmonies of #323A46
Complementary color
Monochromatic Colors of #323A46
Black with #323A46
Text Example
Text Example
White with #323A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323A46; }
p { color: rgb(50,58,70); }
H1.HeaderClassName
{
color: #323A46;
}
.AnyTagClassName
{
color: #323A46;
}
</style>
background-color css
<style>
a { background-color: #323A46; }
a { background-color: rgb(50,58,70); }
div.DivClassName
{
background-color: #323A46;
}
.BgClassName
{
background-color: #323A46;
}
</style>
border-color css
<style>
span { border-color: #323A46; }
span { border-color: rgb(50,58,70); }
td.TdClassName
{
border-color: #323A46;
}
.TagClassName
{
border-color: #323A46;
}
</style>