Shades of Seaweed #31421F
Tints of Seaweed #31421F
RGB
CMYK
RGB Variations
Color information
#31421F (or 0x31421F) is known color: Seaweed. HEX triplet: 31, 42 and 1F. RGB value is (49,66,31). Sum of RGB (Red+Green+Blue) = 49+66+31=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 66 - color contains mainly: green. Hex color #31421F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31421F is #CEBDE0. Grayscale: #393939. Windows color (decimal): -13549025 or 2048561. OLE color: 2048561.
HSL color Cylindrical-coordinate representation of color #31421F: hue angle of 89.14º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #31421F is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 66 | 31 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.74 |
| HSL | 89.14º | 0.36% | 0.19% | - |
| HSV(B) | 89.14º | 0.53% | 0.26% | - |
| XYZ | 3.46 | 4.65 | 2.01 | - |
| YUV | 56.93 | 113.37 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 66 | 31 | 0.26 | 0 | 0.53 | 0.74 | 89.14 | 0.36 | 0.19 |
| Hex | 31 | 42 | 1F | 1A | 0 | 35 | 4A | 59 | 24 | 13 |
| Octal | 61 | 102 | 37 | 32 | 0 | 65 | 112 | 131 | 44 | 23 |
| Binary | 110001 | 1000010 | 11111 | 11010 | 0 | 110101 | 1001010 | 1011001 | 100100 | 10011 |
Color Harmonies of #31421F
Complementary color
Monochromatic Colors of #31421F
Black with #31421F
Text Example
Text Example
White with #31421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31421F; }
p { color: rgb(49,66,31); }
H1.HeaderClassName
{
color: #31421F;
}
.AnyTagClassName
{
color: #31421F;
}
</style>
background-color css
<style>
a { background-color: #31421F; }
a { background-color: rgb(49,66,31); }
div.DivClassName
{
background-color: #31421F;
}
.BgClassName
{
background-color: #31421F;
}
</style>
border-color css
<style>
span { border-color: #31421F; }
span { border-color: rgb(49,66,31); }
td.TdClassName
{
border-color: #31421F;
}
.TagClassName
{
border-color: #31421F;
}
</style>