Shades of Licorice #283545
Tints of Licorice #283545
RGB
CMYK
RGB Variations
Color information
#283545 (or 0x283545) is known color: Licorice. HEX triplet: 28, 35 and 45. RGB value is (40,53,69). Sum of RGB (Red+Green+Blue) = 40+53+69=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 53 (21.09% from 255 or 32.72% 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 #283545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283545 is #D7CABA. Grayscale: #323232. Windows color (decimal): -14142139 or 4535592. OLE color: 4535592.
HSL color Cylindrical-coordinate representation of color #283545: hue angle of 213.1º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #283545 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 40 | 53 | 69 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.73 |
| HSL | 213.1º | 0.27% | 0.21% | - |
| HSV(B) | 213.1º | 0.42% | 0.27% | - |
| XYZ | 3.22 | 3.43 | 6.12 | - |
| YUV | 50.94 | 138.19 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 53 | 69 | 0.42 | 0.23 | 0 | 0.73 | 213.1 | 0.27 | 0.21 |
| Hex | 28 | 35 | 45 | 2A | 17 | 0 | 49 | D5 | 1B | 15 |
| Octal | 50 | 65 | 105 | 52 | 27 | 0 | 111 | 325 | 33 | 25 |
| Binary | 101000 | 110101 | 1000101 | 101010 | 10111 | 0 | 1001001 | 11010101 | 11011 | 10101 |
Color Harmonies of #283545
Complementary color
Monochromatic Colors of #283545
Black with #283545
Text Example
Text Example
White with #283545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283545; }
p { color: rgb(40,53,69); }
H1.HeaderClassName
{
color: #283545;
}
.AnyTagClassName
{
color: #283545;
}
</style>
background-color css
<style>
a { background-color: #283545; }
a { background-color: rgb(40,53,69); }
div.DivClassName
{
background-color: #283545;
}
.BgClassName
{
background-color: #283545;
}
</style>
border-color css
<style>
span { border-color: #283545; }
span { border-color: rgb(40,53,69); }
td.TdClassName
{
border-color: #283545;
}
.TagClassName
{
border-color: #283545;
}
</style>