Shades of Licorice #2B3849
Tints of Licorice #2B3849
RGB
CMYK
RGB Variations
Color information
#2B3849 (or 0x2B3849) is known color: Licorice. HEX triplet: 2B, 38 and 49. RGB value is (43,56,73). Sum of RGB (Red+Green+Blue) = 43+56+73=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 73 - color contains mainly: blue. Hex color #2B3849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3849 is #D4C7B6. Grayscale: #353535. Windows color (decimal): -13944759 or 4798507. OLE color: 4798507.
HSL color Cylindrical-coordinate representation of color #2B3849: hue angle of 214º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2B3849 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 56 | 73 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.71 |
| HSL | 214º | 0.26% | 0.23% | - |
| HSV(B) | 214º | 0.41% | 0.29% | - |
| XYZ | 3.61 | 3.82 | 6.85 | - |
| YUV | 54.05 | 138.69 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 56 | 73 | 0.41 | 0.23 | 0 | 0.71 | 214 | 0.26 | 0.23 |
| Hex | 2B | 38 | 49 | 29 | 17 | 0 | 47 | D6 | 1A | 17 |
| Octal | 53 | 70 | 111 | 51 | 27 | 0 | 107 | 326 | 32 | 27 |
| Binary | 101011 | 111000 | 1001001 | 101001 | 10111 | 0 | 1000111 | 11010110 | 11010 | 10111 |
Color Harmonies of #2B3849
Complementary color
Monochromatic Colors of #2B3849
Black with #2B3849
Text Example
Text Example
White with #2B3849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3849; }
p { color: rgb(43,56,73); }
H1.HeaderClassName
{
color: #2B3849;
}
.AnyTagClassName
{
color: #2B3849;
}
</style>
background-color css
<style>
a { background-color: #2B3849; }
a { background-color: rgb(43,56,73); }
div.DivClassName
{
background-color: #2B3849;
}
.BgClassName
{
background-color: #2B3849;
}
</style>
border-color css
<style>
span { border-color: #2B3849; }
span { border-color: rgb(43,56,73); }
td.TdClassName
{
border-color: #2B3849;
}
.TagClassName
{
border-color: #2B3849;
}
</style>