Shades of Licorice #25364D
Tints of Licorice #25364D
RGB
CMYK
RGB Variations
Color information
#25364D (or 0x25364D) is known color: Licorice. HEX triplet: 25, 36 and 4D. RGB value is (37,54,77). Sum of RGB (Red+Green+Blue) = 37+54+77=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 77 - color contains mainly: blue. Hex color #25364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25364D is #DAC9B2. Grayscale: #333333. Windows color (decimal): -14338483 or 5060133. OLE color: 5060133.
HSL color Cylindrical-coordinate representation of color #25364D: hue angle of 214.5º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #25364D is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 54 | 77 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.70 |
| HSL | 214.5º | 0.35% | 0.22% | - |
| HSV(B) | 214.5º | 0.52% | 0.3% | - |
| XYZ | 3.42 | 3.57 | 7.53 | - |
| YUV | 51.54 | 142.37 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 54 | 77 | 0.52 | 0.30 | 0 | 0.70 | 214.5 | 0.35 | 0.22 |
| Hex | 25 | 36 | 4D | 34 | 1E | 0 | 46 | D6 | 23 | 16 |
| Octal | 45 | 66 | 115 | 64 | 36 | 0 | 106 | 326 | 43 | 26 |
| Binary | 100101 | 110110 | 1001101 | 110100 | 11110 | 0 | 1000110 | 11010110 | 100011 | 10110 |
Color Harmonies of #25364D
Complementary color
Monochromatic Colors of #25364D
Black with #25364D
Text Example
Text Example
White with #25364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25364D; }
p { color: rgb(37,54,77); }
H1.HeaderClassName
{
color: #25364D;
}
.AnyTagClassName
{
color: #25364D;
}
</style>
background-color css
<style>
a { background-color: #25364D; }
a { background-color: rgb(37,54,77); }
div.DivClassName
{
background-color: #25364D;
}
.BgClassName
{
background-color: #25364D;
}
</style>
border-color css
<style>
span { border-color: #25364D; }
span { border-color: rgb(37,54,77); }
td.TdClassName
{
border-color: #25364D;
}
.TagClassName
{
border-color: #25364D;
}
</style>