Shades of Licorice #303A4D
Tints of Licorice #303A4D
RGB
CMYK
RGB Variations
Color information
#303A4D (or 0x303A4D) is known color: Licorice. HEX triplet: 30, 3A and 4D. RGB value is (48,58,77). Sum of RGB (Red+Green+Blue) = 48+58+77=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 77 - color contains mainly: blue. Hex color #303A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303A4D is #CFC5B2. Grayscale: #393939. Windows color (decimal): -13616563 or 5061168. OLE color: 5061168.
HSL color Cylindrical-coordinate representation of color #303A4D: hue angle of 219.31º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #303A4D is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 58 | 77 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.70 |
| HSL | 219.31º | 0.23% | 0.25% | - |
| HSV(B) | 219.31º | 0.38% | 0.3% | - |
| XYZ | 4.07 | 4.19 | 7.62 | - |
| YUV | 57.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 77 | 0.38 | 0.25 | 0 | 0.70 | 219.31 | 0.23 | 0.25 |
| Hex | 30 | 3A | 4D | 26 | 19 | 0 | 46 | DB | 17 | 19 |
| Octal | 60 | 72 | 115 | 46 | 31 | 0 | 106 | 333 | 27 | 31 |
| Binary | 110000 | 111010 | 1001101 | 100110 | 11001 | 0 | 1000110 | 11011011 | 10111 | 11001 |
Color Harmonies of #303A4D
Complementary color
Monochromatic Colors of #303A4D
Black with #303A4D
Text Example
Text Example
White with #303A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303A4D; }
p { color: rgb(48,58,77); }
H1.HeaderClassName
{
color: #303A4D;
}
.AnyTagClassName
{
color: #303A4D;
}
</style>
background-color css
<style>
a { background-color: #303A4D; }
a { background-color: rgb(48,58,77); }
div.DivClassName
{
background-color: #303A4D;
}
.BgClassName
{
background-color: #303A4D;
}
</style>
border-color css
<style>
span { border-color: #303A4D; }
span { border-color: rgb(48,58,77); }
td.TdClassName
{
border-color: #303A4D;
}
.TagClassName
{
border-color: #303A4D;
}
</style>