Shades of Licorice #253549
Tints of Licorice #253549
RGB
CMYK
RGB Variations
Color information
#253549 (or 0x253549) is known color: Licorice. HEX triplet: 25, 35 and 49. RGB value is (37,53,73). Sum of RGB (Red+Green+Blue) = 37+53+73=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 73 - color contains mainly: blue. Hex color #253549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253549 is #DACAB6. Grayscale: #323232. Windows color (decimal): -14338743 or 4797733. OLE color: 4797733.
HSL color Cylindrical-coordinate representation of color #253549: hue angle of 213.33º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #253549 is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 53 | 73 | - |
| CMYK | 0.49 | 0.27 | 0 | 0.71 |
| HSL | 213.33º | 0.33% | 0.22% | - |
| HSV(B) | 213.33º | 0.49% | 0.29% | - |
| XYZ | 3.24 | 3.42 | 6.79 | - |
| YUV | 50.5 | 140.7 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 53 | 73 | 0.49 | 0.27 | 0 | 0.71 | 213.33 | 0.33 | 0.22 |
| Hex | 25 | 35 | 49 | 31 | 1B | 0 | 47 | D5 | 21 | 16 |
| Octal | 45 | 65 | 111 | 61 | 33 | 0 | 107 | 325 | 41 | 26 |
| Binary | 100101 | 110101 | 1001001 | 110001 | 11011 | 0 | 1000111 | 11010101 | 100001 | 10110 |
Color Harmonies of #253549
Complementary color
Monochromatic Colors of #253549
Black with #253549
Text Example
Text Example
White with #253549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253549; }
p { color: rgb(37,53,73); }
H1.HeaderClassName
{
color: #253549;
}
.AnyTagClassName
{
color: #253549;
}
</style>
background-color css
<style>
a { background-color: #253549; }
a { background-color: rgb(37,53,73); }
div.DivClassName
{
background-color: #253549;
}
.BgClassName
{
background-color: #253549;
}
</style>
border-color css
<style>
span { border-color: #253549; }
span { border-color: rgb(37,53,73); }
td.TdClassName
{
border-color: #253549;
}
.TagClassName
{
border-color: #253549;
}
</style>