Shades of Licorice #2A364B
Tints of Licorice #2A364B
RGB
CMYK
RGB Variations
Color information
#2A364B (or 0x2A364B) is known color: Licorice. HEX triplet: 2A, 36 and 4B. RGB value is (42,54,75). Sum of RGB (Red+Green+Blue) = 42+54+75=171 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.56% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 75 - color contains mainly: blue. Hex color #2A364B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A364B is #D5C9B4. Grayscale: #343434. Windows color (decimal): -14010805 or 4929066. OLE color: 4929066.
HSL color Cylindrical-coordinate representation of color #2A364B: hue angle of 218.18º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2A364B is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 54 | 75 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.71 |
| HSL | 218.18º | 0.28% | 0.23% | - |
| HSV(B) | 218.18º | 0.44% | 0.29% | - |
| XYZ | 3.54 | 3.64 | 7.17 | - |
| YUV | 52.81 | 140.52 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 54 | 75 | 0.44 | 0.28 | 0 | 0.71 | 218.18 | 0.28 | 0.23 |
| Hex | 2A | 36 | 4B | 2C | 1C | 0 | 47 | DA | 1C | 17 |
| Octal | 52 | 66 | 113 | 54 | 34 | 0 | 107 | 332 | 34 | 27 |
| Binary | 101010 | 110110 | 1001011 | 101100 | 11100 | 0 | 1000111 | 11011010 | 11100 | 10111 |
Color Harmonies of #2A364B
Complementary color
Monochromatic Colors of #2A364B
Black with #2A364B
Text Example
Text Example
White with #2A364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A364B; }
p { color: rgb(42,54,75); }
H1.HeaderClassName
{
color: #2A364B;
}
.AnyTagClassName
{
color: #2A364B;
}
</style>
background-color css
<style>
a { background-color: #2A364B; }
a { background-color: rgb(42,54,75); }
div.DivClassName
{
background-color: #2A364B;
}
.BgClassName
{
background-color: #2A364B;
}
</style>
border-color css
<style>
span { border-color: #2A364B; }
span { border-color: rgb(42,54,75); }
td.TdClassName
{
border-color: #2A364B;
}
.TagClassName
{
border-color: #2A364B;
}
</style>