Shades of Licorice #303846
Tints of Licorice #303846
RGB
CMYK
RGB Variations
Color information
#303846 (or 0x303846) is known color: Licorice. HEX triplet: 30, 38 and 46. RGB value is (48,56,70). Sum of RGB (Red+Green+Blue) = 48+56+70=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 70 - color contains mainly: blue. Hex color #303846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303846 is #CFC7B9. Grayscale: #373737. Windows color (decimal): -13617082 or 4601904. OLE color: 4601904.
HSL color Cylindrical-coordinate representation of color #303846: hue angle of 218.18º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #303846 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 56 | 70 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.73 |
| HSL | 218.18º | 0.19% | 0.23% | - |
| HSV(B) | 218.18º | 0.31% | 0.27% | - |
| XYZ | 3.74 | 3.9 | 6.35 | - |
| YUV | 55.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 70 | 0.31 | 0.20 | 0 | 0.73 | 218.18 | 0.19 | 0.23 |
| Hex | 30 | 38 | 46 | 1F | 14 | 0 | 49 | DA | 13 | 17 |
| Octal | 60 | 70 | 106 | 37 | 24 | 0 | 111 | 332 | 23 | 27 |
| Binary | 110000 | 111000 | 1000110 | 11111 | 10100 | 0 | 1001001 | 11011010 | 10011 | 10111 |
Color Harmonies of #303846
Complementary color
Monochromatic Colors of #303846
Black with #303846
Text Example
Text Example
White with #303846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303846; }
p { color: rgb(48,56,70); }
H1.HeaderClassName
{
color: #303846;
}
.AnyTagClassName
{
color: #303846;
}
</style>
background-color css
<style>
a { background-color: #303846; }
a { background-color: rgb(48,56,70); }
div.DivClassName
{
background-color: #303846;
}
.BgClassName
{
background-color: #303846;
}
</style>
border-color css
<style>
span { border-color: #303846; }
span { border-color: rgb(48,56,70); }
td.TdClassName
{
border-color: #303846;
}
.TagClassName
{
border-color: #303846;
}
</style>