Shades of Licorice #2B3644
Tints of Licorice #2B3644
RGB
CMYK
RGB Variations
Color information
#2B3644 (or 0x2B3644) is known color: Licorice. HEX triplet: 2B, 36 and 44. RGB value is (43,54,68). Sum of RGB (Red+Green+Blue) = 43+54+68=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 68 (26.95% from 255 or 41.21% from 165); Max value from RGB is 68 - color contains mainly: blue. Hex color #2B3644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3644 is #D4C9BB. Grayscale: #343434. Windows color (decimal): -13945276 or 4470315. OLE color: 4470315.
HSL color Cylindrical-coordinate representation of color #2B3644: hue angle of 213.6º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2B3644 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 43 | 54 | 68 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.73 |
| HSL | 213.6º | 0.23% | 0.22% | - |
| HSV(B) | 213.6º | 0.37% | 0.27% | - |
| XYZ | 3.36 | 3.57 | 5.98 | - |
| YUV | 52.31 | 136.86 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 54 | 68 | 0.37 | 0.21 | 0 | 0.73 | 213.6 | 0.23 | 0.22 |
| Hex | 2B | 36 | 44 | 25 | 15 | 0 | 49 | D6 | 17 | 16 |
| Octal | 53 | 66 | 104 | 45 | 25 | 0 | 111 | 326 | 27 | 26 |
| Binary | 101011 | 110110 | 1000100 | 100101 | 10101 | 0 | 1001001 | 11010110 | 10111 | 10110 |
Color Harmonies of #2B3644
Complementary color
Monochromatic Colors of #2B3644
Black with #2B3644
Text Example
Text Example
White with #2B3644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3644; }
p { color: rgb(43,54,68); }
H1.HeaderClassName
{
color: #2B3644;
}
.AnyTagClassName
{
color: #2B3644;
}
</style>
background-color css
<style>
a { background-color: #2B3644; }
a { background-color: rgb(43,54,68); }
div.DivClassName
{
background-color: #2B3644;
}
.BgClassName
{
background-color: #2B3644;
}
</style>
border-color css
<style>
span { border-color: #2B3644; }
span { border-color: rgb(43,54,68); }
td.TdClassName
{
border-color: #2B3644;
}
.TagClassName
{
border-color: #2B3644;
}
</style>