Shades of Licorice #283343
Tints of Licorice #283343
RGB
CMYK
RGB Variations
Color information
#283343 (or 0x283343) is known color: Licorice. HEX triplet: 28, 33 and 43. RGB value is (40,51,67). Sum of RGB (Red+Green+Blue) = 40+51+67=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 67 (26.56% from 255 or 42.41% from 158); Max value from RGB is 67 - color contains mainly: blue. Hex color #283343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283343 is #D7CCBC. Grayscale: #313131. Windows color (decimal): -14142653 or 4404008. OLE color: 4404008.
HSL color Cylindrical-coordinate representation of color #283343: hue angle of 215.56º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #283343 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 40 | 51 | 67 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.74 |
| HSL | 215.56º | 0.25% | 0.21% | - |
| HSV(B) | 215.56º | 0.4% | 0.26% | - |
| XYZ | 3.07 | 3.22 | 5.77 | - |
| YUV | 49.54 | 137.86 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 51 | 67 | 0.40 | 0.24 | 0 | 0.74 | 215.56 | 0.25 | 0.21 |
| Hex | 28 | 33 | 43 | 28 | 18 | 0 | 4A | D8 | 19 | 15 |
| Octal | 50 | 63 | 103 | 50 | 30 | 0 | 112 | 330 | 31 | 25 |
| Binary | 101000 | 110011 | 1000011 | 101000 | 11000 | 0 | 1001010 | 11011000 | 11001 | 10101 |
Color Harmonies of #283343
Complementary color
Monochromatic Colors of #283343
Black with #283343
Text Example
Text Example
White with #283343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283343; }
p { color: rgb(40,51,67); }
H1.HeaderClassName
{
color: #283343;
}
.AnyTagClassName
{
color: #283343;
}
</style>
background-color css
<style>
a { background-color: #283343; }
a { background-color: rgb(40,51,67); }
div.DivClassName
{
background-color: #283343;
}
.BgClassName
{
background-color: #283343;
}
</style>
border-color css
<style>
span { border-color: #283343; }
span { border-color: rgb(40,51,67); }
td.TdClassName
{
border-color: #283343;
}
.TagClassName
{
border-color: #283343;
}
</style>