Shades of Licorice #303949
Tints of Licorice #303949
RGB
CMYK
RGB Variations
Color information
#303949 (or 0x303949) is known color: Licorice. HEX triplet: 30, 39 and 49. RGB value is (48,57,73). Sum of RGB (Red+Green+Blue) = 48+57+73=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 73 - color contains mainly: blue. Hex color #303949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303949 is #CFC6B6. Grayscale: #383838. Windows color (decimal): -13616823 or 4798768. OLE color: 4798768.
HSL color Cylindrical-coordinate representation of color #303949: hue angle of 218.4º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #303949 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 57 | 73 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.71 |
| HSL | 218.4º | 0.21% | 0.24% | - |
| HSV(B) | 218.4º | 0.34% | 0.29% | - |
| XYZ | 3.88 | 4.04 | 6.88 | - |
| YUV | 56.13 | 137.52 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 57 | 73 | 0.34 | 0.22 | 0 | 0.71 | 218.4 | 0.21 | 0.24 |
| Hex | 30 | 39 | 49 | 22 | 16 | 0 | 47 | DA | 15 | 18 |
| Octal | 60 | 71 | 111 | 42 | 26 | 0 | 107 | 332 | 25 | 30 |
| Binary | 110000 | 111001 | 1001001 | 100010 | 10110 | 0 | 1000111 | 11011010 | 10101 | 11000 |
Color Harmonies of #303949
Complementary color
Monochromatic Colors of #303949
Black with #303949
Text Example
Text Example
White with #303949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303949; }
p { color: rgb(48,57,73); }
H1.HeaderClassName
{
color: #303949;
}
.AnyTagClassName
{
color: #303949;
}
</style>
background-color css
<style>
a { background-color: #303949; }
a { background-color: rgb(48,57,73); }
div.DivClassName
{
background-color: #303949;
}
.BgClassName
{
background-color: #303949;
}
</style>
border-color css
<style>
span { border-color: #303949; }
span { border-color: rgb(48,57,73); }
td.TdClassName
{
border-color: #303949;
}
.TagClassName
{
border-color: #303949;
}
</style>