Shades of Licorice #23354B
Tints of Licorice #23354B
RGB
CMYK
RGB Variations
Color information
#23354B (or 0x23354B) is known color: Licorice. HEX triplet: 23, 35 and 4B. RGB value is (35,53,75). Sum of RGB (Red+Green+Blue) = 35+53+75=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 75 - color contains mainly: blue. Hex color #23354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23354B is #DCCAB4. Grayscale: #323232. Windows color (decimal): -14469813 or 4928803. OLE color: 4928803.
HSL color Cylindrical-coordinate representation of color #23354B: hue angle of 213º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #23354B is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 53 | 75 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.71 |
| HSL | 213º | 0.36% | 0.22% | - |
| HSV(B) | 213º | 0.53% | 0.29% | - |
| XYZ | 3.24 | 3.41 | 7.14 | - |
| YUV | 50.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 53 | 75 | 0.53 | 0.29 | 0 | 0.71 | 213 | 0.36 | 0.22 |
| Hex | 23 | 35 | 4B | 35 | 1D | 0 | 47 | D5 | 24 | 16 |
| Octal | 43 | 65 | 113 | 65 | 35 | 0 | 107 | 325 | 44 | 26 |
| Binary | 100011 | 110101 | 1001011 | 110101 | 11101 | 0 | 1000111 | 11010101 | 100100 | 10110 |
Color Harmonies of #23354B
Complementary color
Monochromatic Colors of #23354B
Black with #23354B
Text Example
Text Example
White with #23354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23354B; }
p { color: rgb(35,53,75); }
H1.HeaderClassName
{
color: #23354B;
}
.AnyTagClassName
{
color: #23354B;
}
</style>
background-color css
<style>
a { background-color: #23354B; }
a { background-color: rgb(35,53,75); }
div.DivClassName
{
background-color: #23354B;
}
.BgClassName
{
background-color: #23354B;
}
</style>
border-color css
<style>
span { border-color: #23354B; }
span { border-color: rgb(35,53,75); }
td.TdClassName
{
border-color: #23354B;
}
.TagClassName
{
border-color: #23354B;
}
</style>