Shades of Licorice #25354B
Tints of Licorice #25354B
RGB
CMYK
RGB Variations
Color information
#25354B (or 0x25354B) is known color: Licorice. HEX triplet: 25, 35 and 4B. RGB value is (37,53,75). Sum of RGB (Red+Green+Blue) = 37+53+75=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 75 (29.69% from 255 or 45.45% from 165); Max value from RGB is 75 - color contains mainly: blue. Hex color #25354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25354B is #DACAB4. Grayscale: #323232. Windows color (decimal): -14338741 or 4928805. OLE color: 4928805.
HSL color Cylindrical-coordinate representation of color #25354B: hue angle of 214.74º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #25354B is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 53 | 75 | - |
| CMYK | 0.51 | 0.29 | 0 | 0.71 |
| HSL | 214.74º | 0.34% | 0.22% | - |
| HSV(B) | 214.74º | 0.51% | 0.29% | - |
| XYZ | 3.31 | 3.45 | 7.15 | - |
| YUV | 50.72 | 141.7 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 53 | 75 | 0.51 | 0.29 | 0 | 0.71 | 214.74 | 0.34 | 0.22 |
| Hex | 25 | 35 | 4B | 33 | 1D | 0 | 47 | D7 | 22 | 16 |
| Octal | 45 | 65 | 113 | 63 | 35 | 0 | 107 | 327 | 42 | 26 |
| Binary | 100101 | 110101 | 1001011 | 110011 | 11101 | 0 | 1000111 | 11010111 | 100010 | 10110 |
Color Harmonies of #25354B
Complementary color
Monochromatic Colors of #25354B
Black with #25354B
Text Example
Text Example
White with #25354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25354B; }
p { color: rgb(37,53,75); }
H1.HeaderClassName
{
color: #25354B;
}
.AnyTagClassName
{
color: #25354B;
}
</style>
background-color css
<style>
a { background-color: #25354B; }
a { background-color: rgb(37,53,75); }
div.DivClassName
{
background-color: #25354B;
}
.BgClassName
{
background-color: #25354B;
}
</style>
border-color css
<style>
span { border-color: #25354B; }
span { border-color: rgb(37,53,75); }
td.TdClassName
{
border-color: #25354B;
}
.TagClassName
{
border-color: #25354B;
}
</style>