Shades of Seaweed #31441F
Tints of Seaweed #31441F
RGB
CMYK
RGB Variations
Color information
#31441F (or 0x31441F) is known color: Seaweed. HEX triplet: 31, 44 and 1F. RGB value is (49,68,31). Sum of RGB (Red+Green+Blue) = 49+68+31=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 68 - color contains mainly: green. Hex color #31441F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31441F is #CEBBE0. Grayscale: #3A3A3A. Windows color (decimal): -13548513 or 2049073. OLE color: 2049073.
HSL color Cylindrical-coordinate representation of color #31441F: hue angle of 90.81º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #31441F is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 68 | 31 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.73 |
| HSL | 90.81º | 0.37% | 0.19% | - |
| HSV(B) | 90.81º | 0.54% | 0.27% | - |
| XYZ | 3.58 | 4.89 | 2.05 | - |
| YUV | 58.1 | 112.71 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 68 | 31 | 0.28 | 0 | 0.54 | 0.73 | 90.81 | 0.37 | 0.19 |
| Hex | 31 | 44 | 1F | 1C | 0 | 36 | 49 | 5B | 25 | 13 |
| Octal | 61 | 104 | 37 | 34 | 0 | 66 | 111 | 133 | 45 | 23 |
| Binary | 110001 | 1000100 | 11111 | 11100 | 0 | 110110 | 1001001 | 1011011 | 100101 | 10011 |
Color Harmonies of #31441F
Complementary color
Monochromatic Colors of #31441F
Black with #31441F
Text Example
Text Example
White with #31441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31441F; }
p { color: rgb(49,68,31); }
H1.HeaderClassName
{
color: #31441F;
}
.AnyTagClassName
{
color: #31441F;
}
</style>
background-color css
<style>
a { background-color: #31441F; }
a { background-color: rgb(49,68,31); }
div.DivClassName
{
background-color: #31441F;
}
.BgClassName
{
background-color: #31441F;
}
</style>
border-color css
<style>
span { border-color: #31441F; }
span { border-color: rgb(49,68,31); }
td.TdClassName
{
border-color: #31441F;
}
.TagClassName
{
border-color: #31441F;
}
</style>