Shades of Licorice #303A48
Tints of Licorice #303A48
RGB
CMYK
RGB Variations
Color information
#303A48 (or 0x303A48) is known color: Licorice. HEX triplet: 30, 3A and 48. RGB value is (48,58,72). Sum of RGB (Red+Green+Blue) = 48+58+72=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 72 - color contains mainly: blue. Hex color #303A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303A48 is #CFC5B7. Grayscale: #383838. Windows color (decimal): -13616568 or 4733488. OLE color: 4733488.
HSL color Cylindrical-coordinate representation of color #303A48: hue angle of 215º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #303A48 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 58 | 72 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.72 |
| HSL | 215º | 0.2% | 0.24% | - |
| HSV(B) | 215º | 0.33% | 0.28% | - |
| XYZ | 3.9 | 4.12 | 6.72 | - |
| YUV | 56.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 72 | 0.33 | 0.19 | 0 | 0.72 | 215 | 0.2 | 0.24 |
| Hex | 30 | 3A | 48 | 21 | 13 | 0 | 48 | D7 | 14 | 18 |
| Octal | 60 | 72 | 110 | 41 | 23 | 0 | 110 | 327 | 24 | 30 |
| Binary | 110000 | 111010 | 1001000 | 100001 | 10011 | 0 | 1001000 | 11010111 | 10100 | 11000 |
Color Harmonies of #303A48
Complementary color
Monochromatic Colors of #303A48
Black with #303A48
Text Example
Text Example
White with #303A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303A48; }
p { color: rgb(48,58,72); }
H1.HeaderClassName
{
color: #303A48;
}
.AnyTagClassName
{
color: #303A48;
}
</style>
background-color css
<style>
a { background-color: #303A48; }
a { background-color: rgb(48,58,72); }
div.DivClassName
{
background-color: #303A48;
}
.BgClassName
{
background-color: #303A48;
}
</style>
border-color css
<style>
span { border-color: #303A48; }
span { border-color: rgb(48,58,72); }
td.TdClassName
{
border-color: #303A48;
}
.TagClassName
{
border-color: #303A48;
}
</style>