Shades of Seaweed #31401F
Tints of Seaweed #31401F
RGB
CMYK
RGB Variations
Color information
#31401F (or 0x31401F) is known color: Seaweed. HEX triplet: 31, 40 and 1F. RGB value is (49,64,31). Sum of RGB (Red+Green+Blue) = 49+64+31=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 64 - color contains mainly: green. Hex color #31401F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31401F is #CEBFE0. Grayscale: #373737. Windows color (decimal): -13549537 or 2048049. OLE color: 2048049.
HSL color Cylindrical-coordinate representation of color #31401F: hue angle of 87.27º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #31401F is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 64 | 31 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.75 |
| HSL | 87.27º | 0.35% | 0.19% | - |
| HSV(B) | 87.27º | 0.52% | 0.25% | - |
| XYZ | 3.35 | 4.42 | 1.97 | - |
| YUV | 55.75 | 114.03 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 31 | 0.23 | 0 | 0.52 | 0.75 | 87.27 | 0.35 | 0.19 |
| Hex | 31 | 40 | 1F | 17 | 0 | 34 | 4B | 57 | 23 | 13 |
| Octal | 61 | 100 | 37 | 27 | 0 | 64 | 113 | 127 | 43 | 23 |
| Binary | 110001 | 1000000 | 11111 | 10111 | 0 | 110100 | 1001011 | 1010111 | 100011 | 10011 |
Color Harmonies of #31401F
Complementary color
Monochromatic Colors of #31401F
Black with #31401F
Text Example
Text Example
White with #31401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31401F; }
p { color: rgb(49,64,31); }
H1.HeaderClassName
{
color: #31401F;
}
.AnyTagClassName
{
color: #31401F;
}
</style>
background-color css
<style>
a { background-color: #31401F; }
a { background-color: rgb(49,64,31); }
div.DivClassName
{
background-color: #31401F;
}
.BgClassName
{
background-color: #31401F;
}
</style>
border-color css
<style>
span { border-color: #31401F; }
span { border-color: rgb(49,64,31); }
td.TdClassName
{
border-color: #31401F;
}
.TagClassName
{
border-color: #31401F;
}
</style>