Shades of Licorice #29384A
Tints of Licorice #29384A
RGB
CMYK
RGB Variations
Color information
#29384A (or 0x29384A) is known color: Licorice. HEX triplet: 29, 38 and 4A. RGB value is (41,56,74). Sum of RGB (Red+Green+Blue) = 41+56+74=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 74 (29.30% from 255 or 43.27% from 171); Max value from RGB is 74 - color contains mainly: blue. Hex color #29384A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29384A is #D6C7B5. Grayscale: #353535. Windows color (decimal): -14075830 or 4864041. OLE color: 4864041.
HSL color Cylindrical-coordinate representation of color #29384A: hue angle of 212.73º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #29384A is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 56 | 74 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.71 |
| HSL | 212.73º | 0.29% | 0.23% | - |
| HSV(B) | 212.73º | 0.45% | 0.29% | - |
| XYZ | 3.56 | 3.79 | 7.02 | - |
| YUV | 53.57 | 139.53 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 56 | 74 | 0.45 | 0.24 | 0 | 0.71 | 212.73 | 0.29 | 0.23 |
| Hex | 29 | 38 | 4A | 2D | 18 | 0 | 47 | D5 | 1D | 17 |
| Octal | 51 | 70 | 112 | 55 | 30 | 0 | 107 | 325 | 35 | 27 |
| Binary | 101001 | 111000 | 1001010 | 101101 | 11000 | 0 | 1000111 | 11010101 | 11101 | 10111 |
Color Harmonies of #29384A
Complementary color
Monochromatic Colors of #29384A
Black with #29384A
Text Example
Text Example
White with #29384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29384A; }
p { color: rgb(41,56,74); }
H1.HeaderClassName
{
color: #29384A;
}
.AnyTagClassName
{
color: #29384A;
}
</style>
background-color css
<style>
a { background-color: #29384A; }
a { background-color: rgb(41,56,74); }
div.DivClassName
{
background-color: #29384A;
}
.BgClassName
{
background-color: #29384A;
}
</style>
border-color css
<style>
span { border-color: #29384A; }
span { border-color: rgb(41,56,74); }
td.TdClassName
{
border-color: #29384A;
}
.TagClassName
{
border-color: #29384A;
}
</style>