Shades of Licorice #303943
Tints of Licorice #303943
RGB
CMYK
RGB Variations
Color information
#303943 (or 0x303943) is known color: Licorice. HEX triplet: 30, 39 and 43. RGB value is (48,57,67). Sum of RGB (Red+Green+Blue) = 48+57+67=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 67 - color contains mainly: blue. Hex color #303943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303943 is #CFC6BC. Grayscale: #373737. Windows color (decimal): -13616829 or 4405552. OLE color: 4405552.
HSL color Cylindrical-coordinate representation of color #303943: hue angle of 211.58º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #303943 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 57 | 67 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.74 |
| HSL | 211.58º | 0.17% | 0.23% | - |
| HSV(B) | 211.58º | 0.28% | 0.26% | - |
| XYZ | 3.7 | 3.96 | 5.88 | - |
| YUV | 55.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 57 | 67 | 0.28 | 0.15 | 0 | 0.74 | 211.58 | 0.17 | 0.23 |
| Hex | 30 | 39 | 43 | 1C | F | 0 | 4A | D4 | 11 | 17 |
| Octal | 60 | 71 | 103 | 34 | 17 | 0 | 112 | 324 | 21 | 27 |
| Binary | 110000 | 111001 | 1000011 | 11100 | 1111 | 0 | 1001010 | 11010100 | 10001 | 10111 |
Color Harmonies of #303943
Complementary color
Monochromatic Colors of #303943
Black with #303943
Text Example
Text Example
White with #303943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303943; }
p { color: rgb(48,57,67); }
H1.HeaderClassName
{
color: #303943;
}
.AnyTagClassName
{
color: #303943;
}
</style>
background-color css
<style>
a { background-color: #303943; }
a { background-color: rgb(48,57,67); }
div.DivClassName
{
background-color: #303943;
}
.BgClassName
{
background-color: #303943;
}
</style>
border-color css
<style>
span { border-color: #303943; }
span { border-color: rgb(48,57,67); }
td.TdClassName
{
border-color: #303943;
}
.TagClassName
{
border-color: #303943;
}
</style>