Shades of Seaweed #314121
Tints of Seaweed #314121
RGB
CMYK
RGB Variations
Color information
#314121 (or 0x314121) is known color: Seaweed. HEX triplet: 31, 41 and 21. RGB value is (49,65,33). Sum of RGB (Red+Green+Blue) = 49+65+33=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #314121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314121 is #CEBEDE. Grayscale: #383838. Windows color (decimal): -13549279 or 2179377. OLE color: 2179377.
HSL color Cylindrical-coordinate representation of color #314121: hue angle of 90º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #314121 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 65 | 33 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.75 |
| HSL | 90º | 0.33% | 0.19% | - |
| HSV(B) | 90º | 0.49% | 0.25% | - |
| XYZ | 3.43 | 4.54 | 2.13 | - |
| YUV | 56.57 | 114.7 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 33 | 0.25 | 0 | 0.49 | 0.75 | 90 | 0.33 | 0.19 |
| Hex | 31 | 41 | 21 | 19 | 0 | 31 | 4B | 5A | 21 | 13 |
| Octal | 61 | 101 | 41 | 31 | 0 | 61 | 113 | 132 | 41 | 23 |
| Binary | 110001 | 1000001 | 100001 | 11001 | 0 | 110001 | 1001011 | 1011010 | 100001 | 10011 |
Color Harmonies of #314121
Complementary color
Monochromatic Colors of #314121
Black with #314121
Text Example
Text Example
White with #314121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314121; }
p { color: rgb(49,65,33); }
H1.HeaderClassName
{
color: #314121;
}
.AnyTagClassName
{
color: #314121;
}
</style>
background-color css
<style>
a { background-color: #314121; }
a { background-color: rgb(49,65,33); }
div.DivClassName
{
background-color: #314121;
}
.BgClassName
{
background-color: #314121;
}
</style>
border-color css
<style>
span { border-color: #314121; }
span { border-color: rgb(49,65,33); }
td.TdClassName
{
border-color: #314121;
}
.TagClassName
{
border-color: #314121;
}
</style>