Shades of Licorice #323A4B
Tints of Licorice #323A4B
RGB
CMYK
RGB Variations
Color information
#323A4B (or 0x323A4B) is known color: Licorice. HEX triplet: 32, 3A and 4B. RGB value is (50,58,75). Sum of RGB (Red+Green+Blue) = 50+58+75=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 75 - color contains mainly: blue. Hex color #323A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323A4B is #CDC5B4. Grayscale: #393939. Windows color (decimal): -13485493 or 4930098. OLE color: 4930098.
HSL color Cylindrical-coordinate representation of color #323A4B: hue angle of 220.8º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #323A4B is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 58 | 75 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.71 |
| HSL | 220.8º | 0.2% | 0.25% | - |
| HSV(B) | 220.8º | 0.33% | 0.29% | - |
| XYZ | 4.1 | 4.21 | 7.25 | - |
| YUV | 57.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 75 | 0.33 | 0.23 | 0 | 0.71 | 220.8 | 0.2 | 0.25 |
| Hex | 32 | 3A | 4B | 21 | 17 | 0 | 47 | DD | 14 | 19 |
| Octal | 62 | 72 | 113 | 41 | 27 | 0 | 107 | 335 | 24 | 31 |
| Binary | 110010 | 111010 | 1001011 | 100001 | 10111 | 0 | 1000111 | 11011101 | 10100 | 11001 |
Color Harmonies of #323A4B
Complementary color
Monochromatic Colors of #323A4B
Black with #323A4B
Text Example
Text Example
White with #323A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323A4B; }
p { color: rgb(50,58,75); }
H1.HeaderClassName
{
color: #323A4B;
}
.AnyTagClassName
{
color: #323A4B;
}
</style>
background-color css
<style>
a { background-color: #323A4B; }
a { background-color: rgb(50,58,75); }
div.DivClassName
{
background-color: #323A4B;
}
.BgClassName
{
background-color: #323A4B;
}
</style>
border-color css
<style>
span { border-color: #323A4B; }
span { border-color: rgb(50,58,75); }
td.TdClassName
{
border-color: #323A4B;
}
.TagClassName
{
border-color: #323A4B;
}
</style>