Shades of Licorice #293445
Tints of Licorice #293445
RGB
CMYK
RGB Variations
Color information
#293445 (or 0x293445) is known color: Licorice. HEX triplet: 29, 34 and 45. RGB value is (41,52,69). Sum of RGB (Red+Green+Blue) = 41+52+69=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 69 - color contains mainly: blue. Hex color #293445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293445 is #D6CBBA. Grayscale: #323232. Windows color (decimal): -14076859 or 4535337. OLE color: 4535337.
HSL color Cylindrical-coordinate representation of color #293445: hue angle of 216.43º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #293445 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 52 | 69 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.73 |
| HSL | 216.43º | 0.25% | 0.22% | - |
| HSV(B) | 216.43º | 0.41% | 0.27% | - |
| XYZ | 3.22 | 3.36 | 6.11 | - |
| YUV | 50.65 | 138.36 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 52 | 69 | 0.41 | 0.25 | 0 | 0.73 | 216.43 | 0.25 | 0.22 |
| Hex | 29 | 34 | 45 | 29 | 19 | 0 | 49 | D8 | 19 | 16 |
| Octal | 51 | 64 | 105 | 51 | 31 | 0 | 111 | 330 | 31 | 26 |
| Binary | 101001 | 110100 | 1000101 | 101001 | 11001 | 0 | 1001001 | 11011000 | 11001 | 10110 |
Color Harmonies of #293445
Complementary color
Monochromatic Colors of #293445
Black with #293445
Text Example
Text Example
White with #293445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293445; }
p { color: rgb(41,52,69); }
H1.HeaderClassName
{
color: #293445;
}
.AnyTagClassName
{
color: #293445;
}
</style>
background-color css
<style>
a { background-color: #293445; }
a { background-color: rgb(41,52,69); }
div.DivClassName
{
background-color: #293445;
}
.BgClassName
{
background-color: #293445;
}
</style>
border-color css
<style>
span { border-color: #293445; }
span { border-color: rgb(41,52,69); }
td.TdClassName
{
border-color: #293445;
}
.TagClassName
{
border-color: #293445;
}
</style>