Shades of Licorice #323A4A
Tints of Licorice #323A4A
RGB
CMYK
RGB Variations
Color information
#323A4A (or 0x323A4A) is known color: Licorice. HEX triplet: 32, 3A and 4A. RGB value is (50,58,74). Sum of RGB (Red+Green+Blue) = 50+58+74=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 74 - color contains mainly: blue. Hex color #323A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323A4A is #CDC5B5. Grayscale: #393939. Windows color (decimal): -13485494 or 4864562. OLE color: 4864562.
HSL color Cylindrical-coordinate representation of color #323A4A: hue angle of 220º 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 #323A4A is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 58 | 74 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.71 |
| HSL | 220º | 0.19% | 0.24% | - |
| HSV(B) | 220º | 0.32% | 0.29% | - |
| XYZ | 4.06 | 4.2 | 7.07 | - |
| YUV | 57.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 74 | 0.32 | 0.22 | 0 | 0.71 | 220 | 0.19 | 0.24 |
| Hex | 32 | 3A | 4A | 20 | 16 | 0 | 47 | DC | 13 | 18 |
| Octal | 62 | 72 | 112 | 40 | 26 | 0 | 107 | 334 | 23 | 30 |
| Binary | 110010 | 111010 | 1001010 | 100000 | 10110 | 0 | 1000111 | 11011100 | 10011 | 11000 |
Color Harmonies of #323A4A
Complementary color
Monochromatic Colors of #323A4A
Black with #323A4A
Text Example
Text Example
White with #323A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323A4A; }
p { color: rgb(50,58,74); }
H1.HeaderClassName
{
color: #323A4A;
}
.AnyTagClassName
{
color: #323A4A;
}
</style>
background-color css
<style>
a { background-color: #323A4A; }
a { background-color: rgb(50,58,74); }
div.DivClassName
{
background-color: #323A4A;
}
.BgClassName
{
background-color: #323A4A;
}
</style>
border-color css
<style>
span { border-color: #323A4A; }
span { border-color: rgb(50,58,74); }
td.TdClassName
{
border-color: #323A4A;
}
.TagClassName
{
border-color: #323A4A;
}
</style>