Shades of Seaweed #314221
Tints of Seaweed #314221
RGB
CMYK
RGB Variations
Color information
#314221 (or 0x314221) is known color: Seaweed. HEX triplet: 31, 42 and 21. RGB value is (49,66,33). Sum of RGB (Red+Green+Blue) = 49+66+33=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 66 - color contains mainly: green. Hex color #314221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314221 is #CEBDDE. Grayscale: #393939. Windows color (decimal): -13549023 or 2179633. OLE color: 2179633.
HSL color Cylindrical-coordinate representation of color #314221: hue angle of 90.91º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #314221 is Cyan = 0.26, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 66 | 33 | - |
| CMYK | 0.26 | 0 | 0.5 | 0.74 |
| HSL | 90.91º | 0.33% | 0.19% | - |
| HSV(B) | 90.91º | 0.5% | 0.26% | - |
| XYZ | 3.49 | 4.66 | 2.15 | - |
| YUV | 57.16 | 114.37 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 66 | 33 | 0.26 | 0 | 0.5 | 0.74 | 90.91 | 0.33 | 0.19 |
| Hex | 31 | 42 | 21 | 1A | 0 | 32 | 4A | 5B | 21 | 13 |
| Octal | 61 | 102 | 41 | 32 | 0 | 62 | 112 | 133 | 41 | 23 |
| Binary | 110001 | 1000010 | 100001 | 11010 | 0 | 110010 | 1001010 | 1011011 | 100001 | 10011 |
Color Harmonies of #314221
Complementary color
Monochromatic Colors of #314221
Black with #314221
Text Example
Text Example
White with #314221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314221; }
p { color: rgb(49,66,33); }
H1.HeaderClassName
{
color: #314221;
}
.AnyTagClassName
{
color: #314221;
}
</style>
background-color css
<style>
a { background-color: #314221; }
a { background-color: rgb(49,66,33); }
div.DivClassName
{
background-color: #314221;
}
.BgClassName
{
background-color: #314221;
}
</style>
border-color css
<style>
span { border-color: #314221; }
span { border-color: rgb(49,66,33); }
td.TdClassName
{
border-color: #314221;
}
.TagClassName
{
border-color: #314221;
}
</style>