Shades of Licorice #27384A
Tints of Licorice #27384A
RGB
CMYK
RGB Variations
Color information
#27384A (or 0x27384A) is known color: Licorice. HEX triplet: 27, 38 and 4A. RGB value is (39,56,74). Sum of RGB (Red+Green+Blue) = 39+56+74=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 74 - color contains mainly: blue. Hex color #27384A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27384A is #D8C7B5. Grayscale: #343434. Windows color (decimal): -14206902 or 4864039. OLE color: 4864039.
HSL color Cylindrical-coordinate representation of color #27384A: hue angle of 210.86º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #27384A is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 56 | 74 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.71 |
| HSL | 210.86º | 0.31% | 0.22% | - |
| HSV(B) | 210.86º | 0.47% | 0.29% | - |
| XYZ | 3.49 | 3.75 | 7.02 | - |
| YUV | 52.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 56 | 74 | 0.47 | 0.24 | 0 | 0.71 | 210.86 | 0.31 | 0.22 |
| Hex | 27 | 38 | 4A | 2F | 18 | 0 | 47 | D3 | 1F | 16 |
| Octal | 47 | 70 | 112 | 57 | 30 | 0 | 107 | 323 | 37 | 26 |
| Binary | 100111 | 111000 | 1001010 | 101111 | 11000 | 0 | 1000111 | 11010011 | 11111 | 10110 |
Color Harmonies of #27384A
Complementary color
Monochromatic Colors of #27384A
Black with #27384A
Text Example
Text Example
White with #27384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27384A; }
p { color: rgb(39,56,74); }
H1.HeaderClassName
{
color: #27384A;
}
.AnyTagClassName
{
color: #27384A;
}
</style>
background-color css
<style>
a { background-color: #27384A; }
a { background-color: rgb(39,56,74); }
div.DivClassName
{
background-color: #27384A;
}
.BgClassName
{
background-color: #27384A;
}
</style>
border-color css
<style>
span { border-color: #27384A; }
span { border-color: rgb(39,56,74); }
td.TdClassName
{
border-color: #27384A;
}
.TagClassName
{
border-color: #27384A;
}
</style>