Shades of Seaweed #31451E
Tints of Seaweed #31451E
RGB
CMYK
RGB Variations
Color information
#31451E (or 0x31451E) is known color: Seaweed. HEX triplet: 31, 45 and 1E. RGB value is (49,69,30). Sum of RGB (Red+Green+Blue) = 49+69+30=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 69 (27.34% from 255 or 46.62% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 69 - color contains mainly: green. Hex color #31451E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31451E is #CEBAE1. Grayscale: #3A3A3A. Windows color (decimal): -13548258 or 1983793. OLE color: 1983793.
HSL color Cylindrical-coordinate representation of color #31451E: hue angle of 90.77º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #31451E is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 69 | 30 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.73 |
| HSL | 90.77º | 0.39% | 0.19% | - |
| HSV(B) | 90.77º | 0.57% | 0.27% | - |
| XYZ | 3.63 | 5 | 2 | - |
| YUV | 58.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 69 | 30 | 0.29 | 0 | 0.57 | 0.73 | 90.77 | 0.39 | 0.19 |
| Hex | 31 | 45 | 1E | 1D | 0 | 39 | 49 | 5B | 27 | 13 |
| Octal | 61 | 105 | 36 | 35 | 0 | 71 | 111 | 133 | 47 | 23 |
| Binary | 110001 | 1000101 | 11110 | 11101 | 0 | 111001 | 1001001 | 1011011 | 100111 | 10011 |
Color Harmonies of #31451E
Complementary color
Monochromatic Colors of #31451E
Black with #31451E
Text Example
Text Example
White with #31451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31451E; }
p { color: rgb(49,69,30); }
H1.HeaderClassName
{
color: #31451E;
}
.AnyTagClassName
{
color: #31451E;
}
</style>
background-color css
<style>
a { background-color: #31451E; }
a { background-color: rgb(49,69,30); }
div.DivClassName
{
background-color: #31451E;
}
.BgClassName
{
background-color: #31451E;
}
</style>
border-color css
<style>
span { border-color: #31451E; }
span { border-color: rgb(49,69,30); }
td.TdClassName
{
border-color: #31451E;
}
.TagClassName
{
border-color: #31451E;
}
</style>