Shades of Licorice #333949
Tints of Licorice #333949
RGB
CMYK
RGB Variations
Color information
#333949 (or 0x333949) is known color: Licorice. HEX triplet: 33, 39 and 49. RGB value is (51,57,73). Sum of RGB (Red+Green+Blue) = 51+57+73=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 73 - color contains mainly: blue. Hex color #333949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333949 is #CCC6B6. Grayscale: #383838. Windows color (decimal): -13420215 or 4798771. OLE color: 4798771.
HSL color Cylindrical-coordinate representation of color #333949: hue angle of 223.64º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #333949 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 57 | 73 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.71 |
| HSL | 223.64º | 0.18% | 0.24% | - |
| HSV(B) | 223.64º | 0.3% | 0.29% | - |
| XYZ | 4.03 | 4.11 | 6.88 | - |
| YUV | 57.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 57 | 73 | 0.30 | 0.22 | 0 | 0.71 | 223.64 | 0.18 | 0.24 |
| Hex | 33 | 39 | 49 | 1E | 16 | 0 | 47 | E0 | 12 | 18 |
| Octal | 63 | 71 | 111 | 36 | 26 | 0 | 107 | 340 | 22 | 30 |
| Binary | 110011 | 111001 | 1001001 | 11110 | 10110 | 0 | 1000111 | 11100000 | 10010 | 11000 |
Color Harmonies of #333949
Complementary color
Monochromatic Colors of #333949
Black with #333949
Text Example
Text Example
White with #333949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333949; }
p { color: rgb(51,57,73); }
H1.HeaderClassName
{
color: #333949;
}
.AnyTagClassName
{
color: #333949;
}
</style>
background-color css
<style>
a { background-color: #333949; }
a { background-color: rgb(51,57,73); }
div.DivClassName
{
background-color: #333949;
}
.BgClassName
{
background-color: #333949;
}
</style>
border-color css
<style>
span { border-color: #333949; }
span { border-color: rgb(51,57,73); }
td.TdClassName
{
border-color: #333949;
}
.TagClassName
{
border-color: #333949;
}
</style>