Shades of Seaweed #31411C
Tints of Seaweed #31411C
RGB
CMYK
RGB Variations
Color information
#31411C (or 0x31411C) is known color: Seaweed. HEX triplet: 31, 41 and 1C. RGB value is (49,65,28). Sum of RGB (Red+Green+Blue) = 49+65+28=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 65 - color contains mainly: green. Hex color #31411C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31411C is #CEBEE3. Grayscale: #383838. Windows color (decimal): -13549284 or 1851697. OLE color: 1851697.
HSL color Cylindrical-coordinate representation of color #31411C: hue angle of 85.95º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #31411C is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 65 | 28 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.75 |
| HSL | 85.95º | 0.4% | 0.18% | - |
| HSV(B) | 85.95º | 0.57% | 0.25% | - |
| XYZ | 3.37 | 4.52 | 1.79 | - |
| YUV | 56 | 112.2 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 28 | 0.25 | 0 | 0.57 | 0.75 | 85.95 | 0.4 | 0.18 |
| Hex | 31 | 41 | 1C | 19 | 0 | 39 | 4B | 56 | 28 | 12 |
| Octal | 61 | 101 | 34 | 31 | 0 | 71 | 113 | 126 | 50 | 22 |
| Binary | 110001 | 1000001 | 11100 | 11001 | 0 | 111001 | 1001011 | 1010110 | 101000 | 10010 |
Color Harmonies of #31411C
Complementary color
Monochromatic Colors of #31411C
Black with #31411C
Text Example
Text Example
White with #31411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31411C; }
p { color: rgb(49,65,28); }
H1.HeaderClassName
{
color: #31411C;
}
.AnyTagClassName
{
color: #31411C;
}
</style>
background-color css
<style>
a { background-color: #31411C; }
a { background-color: rgb(49,65,28); }
div.DivClassName
{
background-color: #31411C;
}
.BgClassName
{
background-color: #31411C;
}
</style>
border-color css
<style>
span { border-color: #31411C; }
span { border-color: rgb(49,65,28); }
td.TdClassName
{
border-color: #31411C;
}
.TagClassName
{
border-color: #31411C;
}
</style>