Shades of Licorice #303B48
Tints of Licorice #303B48
RGB
CMYK
RGB Variations
Color information
#303B48 (or 0x303B48) is known color: Licorice. HEX triplet: 30, 3B and 48. RGB value is (48,59,72). Sum of RGB (Red+Green+Blue) = 48+59+72=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 72 - color contains mainly: blue. Hex color #303B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303B48 is #CFC4B7. Grayscale: #393939. Windows color (decimal): -13616312 or 4733744. OLE color: 4733744.
HSL color Cylindrical-coordinate representation of color #303B48: hue angle of 212.5º 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 #303B48 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 59 | 72 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.72 |
| HSL | 212.5º | 0.2% | 0.24% | - |
| HSV(B) | 212.5º | 0.33% | 0.28% | - |
| XYZ | 3.95 | 4.22 | 6.74 | - |
| YUV | 57.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 72 | 0.33 | 0.18 | 0 | 0.72 | 212.5 | 0.2 | 0.24 |
| Hex | 30 | 3B | 48 | 21 | 12 | 0 | 48 | D4 | 14 | 18 |
| Octal | 60 | 73 | 110 | 41 | 22 | 0 | 110 | 324 | 24 | 30 |
| Binary | 110000 | 111011 | 1001000 | 100001 | 10010 | 0 | 1001000 | 11010100 | 10100 | 11000 |
Color Harmonies of #303B48
Complementary color
Monochromatic Colors of #303B48
Black with #303B48
Text Example
Text Example
White with #303B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303B48; }
p { color: rgb(48,59,72); }
H1.HeaderClassName
{
color: #303B48;
}
.AnyTagClassName
{
color: #303B48;
}
</style>
background-color css
<style>
a { background-color: #303B48; }
a { background-color: rgb(48,59,72); }
div.DivClassName
{
background-color: #303B48;
}
.BgClassName
{
background-color: #303B48;
}
</style>
border-color css
<style>
span { border-color: #303B48; }
span { border-color: rgb(48,59,72); }
td.TdClassName
{
border-color: #303B48;
}
.TagClassName
{
border-color: #303B48;
}
</style>