Shades of Licorice #303944
Tints of Licorice #303944
RGB
CMYK
RGB Variations
Color information
#303944 (or 0x303944) is known color: Licorice. HEX triplet: 30, 39 and 44. RGB value is (48,57,68). Sum of RGB (Red+Green+Blue) = 48+57+68=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 68 - color contains mainly: blue. Hex color #303944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303944 is #CFC6BB. Grayscale: #373737. Windows color (decimal): -13616828 or 4471088. OLE color: 4471088.
HSL color Cylindrical-coordinate representation of color #303944: hue angle of 213º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #303944 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 57 | 68 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.73 |
| HSL | 213º | 0.17% | 0.23% | - |
| HSV(B) | 213º | 0.29% | 0.27% | - |
| XYZ | 3.73 | 3.97 | 6.04 | - |
| YUV | 55.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 57 | 68 | 0.29 | 0.16 | 0 | 0.73 | 213 | 0.17 | 0.23 |
| Hex | 30 | 39 | 44 | 1D | 10 | 0 | 49 | D5 | 11 | 17 |
| Octal | 60 | 71 | 104 | 35 | 20 | 0 | 111 | 325 | 21 | 27 |
| Binary | 110000 | 111001 | 1000100 | 11101 | 10000 | 0 | 1001001 | 11010101 | 10001 | 10111 |
Color Harmonies of #303944
Complementary color
Monochromatic Colors of #303944
Black with #303944
Text Example
Text Example
White with #303944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303944; }
p { color: rgb(48,57,68); }
H1.HeaderClassName
{
color: #303944;
}
.AnyTagClassName
{
color: #303944;
}
</style>
background-color css
<style>
a { background-color: #303944; }
a { background-color: rgb(48,57,68); }
div.DivClassName
{
background-color: #303944;
}
.BgClassName
{
background-color: #303944;
}
</style>
border-color css
<style>
span { border-color: #303944; }
span { border-color: rgb(48,57,68); }
td.TdClassName
{
border-color: #303944;
}
.TagClassName
{
border-color: #303944;
}
</style>