Shades of Licorice #27364B
Tints of Licorice #27364B
RGB
CMYK
RGB Variations
Color information
#27364B (or 0x27364B) is known color: Licorice. HEX triplet: 27, 36 and 4B. RGB value is (39,54,75). Sum of RGB (Red+Green+Blue) = 39+54+75=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 75 - color contains mainly: blue. Hex color #27364B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27364B is #D8C9B4. Grayscale: #333333. Windows color (decimal): -14207413 or 4929063. OLE color: 4929063.
HSL color Cylindrical-coordinate representation of color #27364B: hue angle of 215º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #27364B is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 54 | 75 | - |
| CMYK | 0.48 | 0.28 | 0 | 0.71 |
| HSL | 215º | 0.32% | 0.22% | - |
| HSV(B) | 215º | 0.48% | 0.29% | - |
| XYZ | 3.43 | 3.58 | 7.17 | - |
| YUV | 51.91 | 141.03 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 54 | 75 | 0.48 | 0.28 | 0 | 0.71 | 215 | 0.32 | 0.22 |
| Hex | 27 | 36 | 4B | 30 | 1C | 0 | 47 | D7 | 20 | 16 |
| Octal | 47 | 66 | 113 | 60 | 34 | 0 | 107 | 327 | 40 | 26 |
| Binary | 100111 | 110110 | 1001011 | 110000 | 11100 | 0 | 1000111 | 11010111 | 100000 | 10110 |
Color Harmonies of #27364B
Complementary color
Monochromatic Colors of #27364B
Black with #27364B
Text Example
Text Example
White with #27364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27364B; }
p { color: rgb(39,54,75); }
H1.HeaderClassName
{
color: #27364B;
}
.AnyTagClassName
{
color: #27364B;
}
</style>
background-color css
<style>
a { background-color: #27364B; }
a { background-color: rgb(39,54,75); }
div.DivClassName
{
background-color: #27364B;
}
.BgClassName
{
background-color: #27364B;
}
</style>
border-color css
<style>
span { border-color: #27364B; }
span { border-color: rgb(39,54,75); }
td.TdClassName
{
border-color: #27364B;
}
.TagClassName
{
border-color: #27364B;
}
</style>