Shades of Seaweed #313D1F
Tints of Seaweed #313D1F
RGB
CMYK
RGB Variations
Color information
#313D1F (or 0x313D1F) is known color: Seaweed. HEX triplet: 31, 3D and 1F. RGB value is (49,61,31). Sum of RGB (Red+Green+Blue) = 49+61+31=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 61 (24.22% from 255 or 43.26% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 61 - color contains mainly: green. Hex color #313D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313D1F is #CEC2E0. Grayscale: #363636. Windows color (decimal): -13550305 or 2047281. OLE color: 2047281.
HSL color Cylindrical-coordinate representation of color #313D1F: hue angle of 84º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #313D1F is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 61 | 31 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.76 |
| HSL | 84º | 0.33% | 0.18% | - |
| HSV(B) | 84º | 0.49% | 0.24% | - |
| XYZ | 3.18 | 4.09 | 1.92 | - |
| YUV | 53.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 31 | 0.20 | 0 | 0.49 | 0.76 | 84 | 0.33 | 0.18 |
| Hex | 31 | 3D | 1F | 14 | 0 | 31 | 4C | 54 | 21 | 12 |
| Octal | 61 | 75 | 37 | 24 | 0 | 61 | 114 | 124 | 41 | 22 |
| Binary | 110001 | 111101 | 11111 | 10100 | 0 | 110001 | 1001100 | 1010100 | 100001 | 10010 |
Color Harmonies of #313D1F
Complementary color
Monochromatic Colors of #313D1F
Black with #313D1F
Text Example
Text Example
White with #313D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313D1F; }
p { color: rgb(49,61,31); }
H1.HeaderClassName
{
color: #313D1F;
}
.AnyTagClassName
{
color: #313D1F;
}
</style>
background-color css
<style>
a { background-color: #313D1F; }
a { background-color: rgb(49,61,31); }
div.DivClassName
{
background-color: #313D1F;
}
.BgClassName
{
background-color: #313D1F;
}
</style>
border-color css
<style>
span { border-color: #313D1F; }
span { border-color: rgb(49,61,31); }
td.TdClassName
{
border-color: #313D1F;
}
.TagClassName
{
border-color: #313D1F;
}
</style>