Shades of Seaweed #314024
Tints of Seaweed #314024
RGB
CMYK
RGB Variations
Color information
#314024 (or 0x314024) is known color: Seaweed. HEX triplet: 31, 40 and 24. RGB value is (49,64,36). Sum of RGB (Red+Green+Blue) = 49+64+36=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 64 - color contains mainly: green. Hex color #314024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314024 is #CEBFDB. Grayscale: #383838. Windows color (decimal): -13549532 or 2375729. OLE color: 2375729.
HSL color Cylindrical-coordinate representation of color #314024: hue angle of 92.14º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #314024 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 64 | 36 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.75 |
| HSL | 92.14º | 0.28% | 0.2% | - |
| HSV(B) | 92.14º | 0.44% | 0.25% | - |
| XYZ | 3.42 | 4.45 | 2.35 | - |
| YUV | 56.32 | 116.53 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 36 | 0.23 | 0 | 0.44 | 0.75 | 92.14 | 0.28 | 0.2 |
| Hex | 31 | 40 | 24 | 17 | 0 | 2C | 4B | 5C | 1C | 14 |
| Octal | 61 | 100 | 44 | 27 | 0 | 54 | 113 | 134 | 34 | 24 |
| Binary | 110001 | 1000000 | 100100 | 10111 | 0 | 101100 | 1001011 | 1011100 | 11100 | 10100 |
Color Harmonies of #314024
Complementary color
Monochromatic Colors of #314024
Black with #314024
Text Example
Text Example
White with #314024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314024; }
p { color: rgb(49,64,36); }
H1.HeaderClassName
{
color: #314024;
}
.AnyTagClassName
{
color: #314024;
}
</style>
background-color css
<style>
a { background-color: #314024; }
a { background-color: rgb(49,64,36); }
div.DivClassName
{
background-color: #314024;
}
.BgClassName
{
background-color: #314024;
}
</style>
border-color css
<style>
span { border-color: #314024; }
span { border-color: rgb(49,64,36); }
td.TdClassName
{
border-color: #314024;
}
.TagClassName
{
border-color: #314024;
}
</style>