Shades of Seaweed #343B2B
Tints of Seaweed #343B2B
RGB
CMYK
RGB Variations
Color information
#343B2B (or 0x343B2B) is known color: Seaweed. HEX triplet: 34, 3B and 2B. RGB value is (52,59,43). Sum of RGB (Red+Green+Blue) = 52+59+43=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 59 (23.44% from 255 or 38.31% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 59 - color contains mainly: green. Hex color #343B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B2B is #CBC4D4. Grayscale: #373737. Windows color (decimal): -13354197 or 2833204. OLE color: 2833204.
HSL color Cylindrical-coordinate representation of color #343B2B: hue angle of 86.25º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #343B2B is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 59 | 43 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.77 |
| HSL | 86.25º | 0.16% | 0.2% | - |
| HSV(B) | 86.25º | 0.27% | 0.23% | - |
| XYZ | 3.42 | 4.03 | 2.88 | - |
| YUV | 55.08 | 121.18 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 43 | 0.12 | 0 | 0.27 | 0.77 | 86.25 | 0.16 | 0.2 |
| Hex | 34 | 3B | 2B | C | 0 | 1B | 4D | 56 | 10 | 14 |
| Octal | 64 | 73 | 53 | 14 | 0 | 33 | 115 | 126 | 20 | 24 |
| Binary | 110100 | 111011 | 101011 | 1100 | 0 | 11011 | 1001101 | 1010110 | 10000 | 10100 |
Color Harmonies of #343B2B
Complementary color
Monochromatic Colors of #343B2B
Black with #343B2B
Text Example
Text Example
White with #343B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343B2B; }
p { color: rgb(52,59,43); }
H1.HeaderClassName
{
color: #343B2B;
}
.AnyTagClassName
{
color: #343B2B;
}
</style>
background-color css
<style>
a { background-color: #343B2B; }
a { background-color: rgb(52,59,43); }
div.DivClassName
{
background-color: #343B2B;
}
.BgClassName
{
background-color: #343B2B;
}
</style>
border-color css
<style>
span { border-color: #343B2B; }
span { border-color: rgb(52,59,43); }
td.TdClassName
{
border-color: #343B2B;
}
.TagClassName
{
border-color: #343B2B;
}
</style>