Shades of Licorice #283649
Tints of Licorice #283649
RGB
CMYK
RGB Variations
Color information
#283649 (or 0x283649) is known color: Licorice. HEX triplet: 28, 36 and 49. RGB value is (40,54,73). Sum of RGB (Red+Green+Blue) = 40+54+73=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 73 - color contains mainly: blue. Hex color #283649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283649 is #D7C9B6. Grayscale: #333333. Windows color (decimal): -14141879 or 4797992. OLE color: 4797992.
HSL color Cylindrical-coordinate representation of color #283649: hue angle of 214.55º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #283649 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 54 | 73 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.71 |
| HSL | 214.55º | 0.29% | 0.22% | - |
| HSV(B) | 214.55º | 0.45% | 0.29% | - |
| XYZ | 3.4 | 3.57 | 6.81 | - |
| YUV | 51.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 54 | 73 | 0.45 | 0.26 | 0 | 0.71 | 214.55 | 0.29 | 0.22 |
| Hex | 28 | 36 | 49 | 2D | 1A | 0 | 47 | D7 | 1D | 16 |
| Octal | 50 | 66 | 111 | 55 | 32 | 0 | 107 | 327 | 35 | 26 |
| Binary | 101000 | 110110 | 1001001 | 101101 | 11010 | 0 | 1000111 | 11010111 | 11101 | 10110 |
Color Harmonies of #283649
Complementary color
Monochromatic Colors of #283649
Black with #283649
Text Example
Text Example
White with #283649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283649; }
p { color: rgb(40,54,73); }
H1.HeaderClassName
{
color: #283649;
}
.AnyTagClassName
{
color: #283649;
}
</style>
background-color css
<style>
a { background-color: #283649; }
a { background-color: rgb(40,54,73); }
div.DivClassName
{
background-color: #283649;
}
.BgClassName
{
background-color: #283649;
}
</style>
border-color css
<style>
span { border-color: #283649; }
span { border-color: rgb(40,54,73); }
td.TdClassName
{
border-color: #283649;
}
.TagClassName
{
border-color: #283649;
}
</style>