Shades of Licorice #303850
Tints of Licorice #303850
RGB
CMYK
RGB Variations
Color information
#303850 (or 0x303850) is known color: Licorice. HEX triplet: 30, 38 and 50. RGB value is (48,56,80). Sum of RGB (Red+Green+Blue) = 48+56+80=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #303850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303850 is #CFC7AF. Grayscale: #383838. Windows color (decimal): -13617072 or 5257264. OLE color: 5257264.
HSL color Cylindrical-coordinate representation of color #303850: hue angle of 225º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #303850 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 56 | 80 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.69 |
| HSL | 225º | 0.25% | 0.25% | - |
| HSV(B) | 225º | 0.4% | 0.31% | - |
| XYZ | 4.08 | 4.04 | 8.15 | - |
| YUV | 56.34 | 141.35 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 80 | 0.40 | 0.30 | 0 | 0.69 | 225 | 0.25 | 0.25 |
| Hex | 30 | 38 | 50 | 28 | 1E | 0 | 45 | E1 | 19 | 19 |
| Octal | 60 | 70 | 120 | 50 | 36 | 0 | 105 | 341 | 31 | 31 |
| Binary | 110000 | 111000 | 1010000 | 101000 | 11110 | 0 | 1000101 | 11100001 | 11001 | 11001 |
Color Harmonies of #303850
Complementary color
Monochromatic Colors of #303850
Black with #303850
Text Example
Text Example
White with #303850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303850; }
p { color: rgb(48,56,80); }
H1.HeaderClassName
{
color: #303850;
}
.AnyTagClassName
{
color: #303850;
}
</style>
background-color css
<style>
a { background-color: #303850; }
a { background-color: rgb(48,56,80); }
div.DivClassName
{
background-color: #303850;
}
.BgClassName
{
background-color: #303850;
}
</style>
border-color css
<style>
span { border-color: #303850; }
span { border-color: rgb(48,56,80); }
td.TdClassName
{
border-color: #303850;
}
.TagClassName
{
border-color: #303850;
}
</style>