Shades of Licorice #333B46
Tints of Licorice #333B46
RGB
CMYK
RGB Variations
Color information
#333B46 (or 0x333B46) is known color: Licorice. HEX triplet: 33, 3B and 46. RGB value is (51,59,70). Sum of RGB (Red+Green+Blue) = 51+59+70=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 59 (23.44% from 255 or 32.78% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 70 - color contains mainly: blue. Hex color #333B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333B46 is #CCC4B9. Grayscale: #393939. Windows color (decimal): -13419706 or 4602675. OLE color: 4602675.
HSL color Cylindrical-coordinate representation of color #333B46: hue angle of 214.74º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #333B46 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 59 | 70 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.73 |
| HSL | 214.74º | 0.16% | 0.24% | - |
| HSV(B) | 214.74º | 0.27% | 0.27% | - |
| XYZ | 4.03 | 4.27 | 6.41 | - |
| YUV | 57.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 70 | 0.27 | 0.16 | 0 | 0.73 | 214.74 | 0.16 | 0.24 |
| Hex | 33 | 3B | 46 | 1B | 10 | 0 | 49 | D7 | 10 | 18 |
| Octal | 63 | 73 | 106 | 33 | 20 | 0 | 111 | 327 | 20 | 30 |
| Binary | 110011 | 111011 | 1000110 | 11011 | 10000 | 0 | 1001001 | 11010111 | 10000 | 11000 |
Color Harmonies of #333B46
Complementary color
Monochromatic Colors of #333B46
Black with #333B46
Text Example
Text Example
White with #333B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333B46; }
p { color: rgb(51,59,70); }
H1.HeaderClassName
{
color: #333B46;
}
.AnyTagClassName
{
color: #333B46;
}
</style>
background-color css
<style>
a { background-color: #333B46; }
a { background-color: rgb(51,59,70); }
div.DivClassName
{
background-color: #333B46;
}
.BgClassName
{
background-color: #333B46;
}
</style>
border-color css
<style>
span { border-color: #333B46; }
span { border-color: rgb(51,59,70); }
td.TdClassName
{
border-color: #333B46;
}
.TagClassName
{
border-color: #333B46;
}
</style>