Shades of Licorice #283849
Tints of Licorice #283849
RGB
CMYK
RGB Variations
Color information
#283849 (or 0x283849) is known color: Licorice. HEX triplet: 28, 38 and 49. RGB value is (40,56,73). Sum of RGB (Red+Green+Blue) = 40+56+73=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 73 - color contains mainly: blue. Hex color #283849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283849 is #D7C7B6. Grayscale: #353535. Windows color (decimal): -14141367 or 4798504. OLE color: 4798504.
HSL color Cylindrical-coordinate representation of color #283849: hue angle of 210.91º 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 #283849 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 56 | 73 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.71 |
| HSL | 210.91º | 0.29% | 0.22% | - |
| HSV(B) | 210.91º | 0.45% | 0.29% | - |
| XYZ | 3.49 | 3.76 | 6.85 | - |
| YUV | 53.15 | 139.2 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 56 | 73 | 0.45 | 0.23 | 0 | 0.71 | 210.91 | 0.29 | 0.22 |
| Hex | 28 | 38 | 49 | 2D | 17 | 0 | 47 | D3 | 1D | 16 |
| Octal | 50 | 70 | 111 | 55 | 27 | 0 | 107 | 323 | 35 | 26 |
| Binary | 101000 | 111000 | 1001001 | 101101 | 10111 | 0 | 1000111 | 11010011 | 11101 | 10110 |
Color Harmonies of #283849
Complementary color
Monochromatic Colors of #283849
Black with #283849
Text Example
Text Example
White with #283849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283849; }
p { color: rgb(40,56,73); }
H1.HeaderClassName
{
color: #283849;
}
.AnyTagClassName
{
color: #283849;
}
</style>
background-color css
<style>
a { background-color: #283849; }
a { background-color: rgb(40,56,73); }
div.DivClassName
{
background-color: #283849;
}
.BgClassName
{
background-color: #283849;
}
</style>
border-color css
<style>
span { border-color: #283849; }
span { border-color: rgb(40,56,73); }
td.TdClassName
{
border-color: #283849;
}
.TagClassName
{
border-color: #283849;
}
</style>