Shades of Licorice #363A48
Tints of Licorice #363A48
RGB
CMYK
RGB Variations
Color information
#363A48 (or 0x363A48) is known color: Licorice. HEX triplet: 36, 3A and 48. RGB value is (54,58,72). Sum of RGB (Red+Green+Blue) = 54+58+72=184 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.35% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 72 - color contains mainly: blue. Hex color #363A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363A48 is #C9C5B7. Grayscale: #3A3A3A. Windows color (decimal): -13223352 or 4733494. OLE color: 4733494.
HSL color Cylindrical-coordinate representation of color #363A48: hue angle of 226.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #363A48 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 54 | 58 | 72 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.72 |
| HSL | 226.67º | 0.14% | 0.25% | - |
| HSV(B) | 226.67º | 0.25% | 0.28% | - |
| XYZ | 4.2 | 4.28 | 6.74 | - |
| YUV | 58.4 | 135.67 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 72 | 0.25 | 0.19 | 0 | 0.72 | 226.67 | 0.14 | 0.25 |
| Hex | 36 | 3A | 48 | 19 | 13 | 0 | 48 | E3 | E | 19 |
| Octal | 66 | 72 | 110 | 31 | 23 | 0 | 110 | 343 | 16 | 31 |
| Binary | 110110 | 111010 | 1001000 | 11001 | 10011 | 0 | 1001000 | 11100011 | 1110 | 11001 |
Color Harmonies of #363A48
Complementary color
Monochromatic Colors of #363A48
Black with #363A48
Text Example
Text Example
White with #363A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363A48; }
p { color: rgb(54,58,72); }
H1.HeaderClassName
{
color: #363A48;
}
.AnyTagClassName
{
color: #363A48;
}
</style>
background-color css
<style>
a { background-color: #363A48; }
a { background-color: rgb(54,58,72); }
div.DivClassName
{
background-color: #363A48;
}
.BgClassName
{
background-color: #363A48;
}
</style>
border-color css
<style>
span { border-color: #363A48; }
span { border-color: rgb(54,58,72); }
td.TdClassName
{
border-color: #363A48;
}
.TagClassName
{
border-color: #363A48;
}
</style>