Shades of Licorice #303A4A
Tints of Licorice #303A4A
RGB
CMYK
RGB Variations
Color information
#303A4A (or 0x303A4A) is known color: Licorice. HEX triplet: 30, 3A and 4A. RGB value is (48,58,74). Sum of RGB (Red+Green+Blue) = 48+58+74=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 74 - color contains mainly: blue. Hex color #303A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303A4A is #CFC5B5. Grayscale: #383838. Windows color (decimal): -13616566 or 4864560. OLE color: 4864560.
HSL color Cylindrical-coordinate representation of color #303A4A: hue angle of 216.92º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #303A4A is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 58 | 74 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.71 |
| HSL | 216.92º | 0.21% | 0.24% | - |
| HSV(B) | 216.92º | 0.35% | 0.29% | - |
| XYZ | 3.97 | 4.15 | 7.07 | - |
| YUV | 56.83 | 137.69 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 74 | 0.35 | 0.22 | 0 | 0.71 | 216.92 | 0.21 | 0.24 |
| Hex | 30 | 3A | 4A | 23 | 16 | 0 | 47 | D9 | 15 | 18 |
| Octal | 60 | 72 | 112 | 43 | 26 | 0 | 107 | 331 | 25 | 30 |
| Binary | 110000 | 111010 | 1001010 | 100011 | 10110 | 0 | 1000111 | 11011001 | 10101 | 11000 |
Color Harmonies of #303A4A
Complementary color
Monochromatic Colors of #303A4A
Black with #303A4A
Text Example
Text Example
White with #303A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303A4A; }
p { color: rgb(48,58,74); }
H1.HeaderClassName
{
color: #303A4A;
}
.AnyTagClassName
{
color: #303A4A;
}
</style>
background-color css
<style>
a { background-color: #303A4A; }
a { background-color: rgb(48,58,74); }
div.DivClassName
{
background-color: #303A4A;
}
.BgClassName
{
background-color: #303A4A;
}
</style>
border-color css
<style>
span { border-color: #303A4A; }
span { border-color: rgb(48,58,74); }
td.TdClassName
{
border-color: #303A4A;
}
.TagClassName
{
border-color: #303A4A;
}
</style>