Shades of Seaweed #31461D
Tints of Seaweed #31461D
RGB
CMYK
RGB Variations
Color information
#31461D (or 0x31461D) is known color: Seaweed. HEX triplet: 31, 46 and 1D. RGB value is (49,70,29). Sum of RGB (Red+Green+Blue) = 49+70+29=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 70 (27.73% from 255 or 47.30% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 70 - color contains mainly: green. Hex color #31461D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31461D is #CEB9E2. Grayscale: #3B3B3B. Windows color (decimal): -13548003 or 1918513. OLE color: 1918513.
HSL color Cylindrical-coordinate representation of color #31461D: hue angle of 90.73º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #31461D is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 70 | 29 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.73 |
| HSL | 90.73º | 0.41% | 0.19% | - |
| HSV(B) | 90.73º | 0.59% | 0.27% | - |
| XYZ | 3.68 | 5.12 | 1.96 | - |
| YUV | 59.05 | 111.04 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 70 | 29 | 0.30 | 0 | 0.59 | 0.73 | 90.73 | 0.41 | 0.19 |
| Hex | 31 | 46 | 1D | 1E | 0 | 3B | 49 | 5B | 29 | 13 |
| Octal | 61 | 106 | 35 | 36 | 0 | 73 | 111 | 133 | 51 | 23 |
| Binary | 110001 | 1000110 | 11101 | 11110 | 0 | 111011 | 1001001 | 1011011 | 101001 | 10011 |
Color Harmonies of #31461D
Complementary color
Monochromatic Colors of #31461D
Black with #31461D
Text Example
Text Example
White with #31461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31461D; }
p { color: rgb(49,70,29); }
H1.HeaderClassName
{
color: #31461D;
}
.AnyTagClassName
{
color: #31461D;
}
</style>
background-color css
<style>
a { background-color: #31461D; }
a { background-color: rgb(49,70,29); }
div.DivClassName
{
background-color: #31461D;
}
.BgClassName
{
background-color: #31461D;
}
</style>
border-color css
<style>
span { border-color: #31461D; }
span { border-color: rgb(49,70,29); }
td.TdClassName
{
border-color: #31461D;
}
.TagClassName
{
border-color: #31461D;
}
</style>