Shades of Licorice #2A384B
Tints of Licorice #2A384B
RGB
CMYK
RGB Variations
Color information
#2A384B (or 0x2A384B) is known color: Licorice. HEX triplet: 2A, 38 and 4B. RGB value is (42,56,75). Sum of RGB (Red+Green+Blue) = 42+56+75=173 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.28% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 75 - color contains mainly: blue. Hex color #2A384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A384B is #D5C7B4. Grayscale: #353535. Windows color (decimal): -14010293 or 4929578. OLE color: 4929578.
HSL color Cylindrical-coordinate representation of color #2A384B: hue angle of 214.55º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2A384B is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 56 | 75 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.71 |
| HSL | 214.55º | 0.28% | 0.23% | - |
| HSV(B) | 214.55º | 0.44% | 0.29% | - |
| XYZ | 3.64 | 3.83 | 7.2 | - |
| YUV | 53.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 56 | 75 | 0.44 | 0.25 | 0 | 0.71 | 214.55 | 0.28 | 0.23 |
| Hex | 2A | 38 | 4B | 2C | 19 | 0 | 47 | D7 | 1C | 17 |
| Octal | 52 | 70 | 113 | 54 | 31 | 0 | 107 | 327 | 34 | 27 |
| Binary | 101010 | 111000 | 1001011 | 101100 | 11001 | 0 | 1000111 | 11010111 | 11100 | 10111 |
Color Harmonies of #2A384B
Complementary color
Monochromatic Colors of #2A384B
Black with #2A384B
Text Example
Text Example
White with #2A384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A384B; }
p { color: rgb(42,56,75); }
H1.HeaderClassName
{
color: #2A384B;
}
.AnyTagClassName
{
color: #2A384B;
}
</style>
background-color css
<style>
a { background-color: #2A384B; }
a { background-color: rgb(42,56,75); }
div.DivClassName
{
background-color: #2A384B;
}
.BgClassName
{
background-color: #2A384B;
}
</style>
border-color css
<style>
span { border-color: #2A384B; }
span { border-color: rgb(42,56,75); }
td.TdClassName
{
border-color: #2A384B;
}
.TagClassName
{
border-color: #2A384B;
}
</style>