Shades of Seaweed #31401D
Tints of Seaweed #31401D
RGB
CMYK
RGB Variations
Color information
#31401D (or 0x31401D) is known color: Seaweed. HEX triplet: 31, 40 and 1D. RGB value is (49,64,29). Sum of RGB (Red+Green+Blue) = 49+64+29=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 64 - color contains mainly: green. Hex color #31401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31401D is #CEBFE2. Grayscale: #373737. Windows color (decimal): -13549539 or 1916977. OLE color: 1916977.
HSL color Cylindrical-coordinate representation of color #31401D: hue angle of 85.71º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31401D is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 64 | 29 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.75 |
| HSL | 85.71º | 0.38% | 0.18% | - |
| HSV(B) | 85.71º | 0.55% | 0.25% | - |
| XYZ | 3.32 | 4.41 | 1.84 | - |
| YUV | 55.53 | 113.03 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 29 | 0.23 | 0 | 0.55 | 0.75 | 85.71 | 0.38 | 0.18 |
| Hex | 31 | 40 | 1D | 17 | 0 | 37 | 4B | 56 | 26 | 12 |
| Octal | 61 | 100 | 35 | 27 | 0 | 67 | 113 | 126 | 46 | 22 |
| Binary | 110001 | 1000000 | 11101 | 10111 | 0 | 110111 | 1001011 | 1010110 | 100110 | 10010 |
Color Harmonies of #31401D
Complementary color
Monochromatic Colors of #31401D
Black with #31401D
Text Example
Text Example
White with #31401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31401D; }
p { color: rgb(49,64,29); }
H1.HeaderClassName
{
color: #31401D;
}
.AnyTagClassName
{
color: #31401D;
}
</style>
background-color css
<style>
a { background-color: #31401D; }
a { background-color: rgb(49,64,29); }
div.DivClassName
{
background-color: #31401D;
}
.BgClassName
{
background-color: #31401D;
}
</style>
border-color css
<style>
span { border-color: #31401D; }
span { border-color: rgb(49,64,29); }
td.TdClassName
{
border-color: #31401D;
}
.TagClassName
{
border-color: #31401D;
}
</style>