Shades of Seaweed #31471B
Tints of Seaweed #31471B
RGB
CMYK
RGB Variations
Color information
#31471B (or 0x31471B) is known color: Seaweed. HEX triplet: 31, 47 and 1B. RGB value is (49,71,27). Sum of RGB (Red+Green+Blue) = 49+71+27=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #31471B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31471B is #CEB8E4. Grayscale: #3B3B3B. Windows color (decimal): -13547749 or 1787697. OLE color: 1787697.
HSL color Cylindrical-coordinate representation of color #31471B: hue angle of 90º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31471B is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 49 | 71 | 27 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.72 |
| HSL | 90º | 0.45% | 0.19% | - |
| HSV(B) | 90º | 0.62% | 0.28% | - |
| XYZ | 3.72 | 5.24 | 1.85 | - |
| YUV | 59.41 | 109.71 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 71 | 27 | 0.31 | 0 | 0.62 | 0.72 | 90 | 0.45 | 0.19 |
| Hex | 31 | 47 | 1B | 1F | 0 | 3E | 48 | 5A | 2D | 13 |
| Octal | 61 | 107 | 33 | 37 | 0 | 76 | 110 | 132 | 55 | 23 |
| Binary | 110001 | 1000111 | 11011 | 11111 | 0 | 111110 | 1001000 | 1011010 | 101101 | 10011 |
Color Harmonies of #31471B
Complementary color
Monochromatic Colors of #31471B
Black with #31471B
Text Example
Text Example
White with #31471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31471B; }
p { color: rgb(49,71,27); }
H1.HeaderClassName
{
color: #31471B;
}
.AnyTagClassName
{
color: #31471B;
}
</style>
background-color css
<style>
a { background-color: #31471B; }
a { background-color: rgb(49,71,27); }
div.DivClassName
{
background-color: #31471B;
}
.BgClassName
{
background-color: #31471B;
}
</style>
border-color css
<style>
span { border-color: #31471B; }
span { border-color: rgb(49,71,27); }
td.TdClassName
{
border-color: #31471B;
}
.TagClassName
{
border-color: #31471B;
}
</style>