Shades of Seaweed #31451A
Tints of Seaweed #31451A
RGB
CMYK
RGB Variations
Color information
#31451A (or 0x31451A) is known color: Seaweed. HEX triplet: 31, 45 and 1A. RGB value is (49,69,26). Sum of RGB (Red+Green+Blue) = 49+69+26=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 69 - color contains mainly: green. Hex color #31451A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31451A is #CEBAE5. Grayscale: #3A3A3A. Windows color (decimal): -13548262 or 1721649. OLE color: 1721649.
HSL color Cylindrical-coordinate representation of color #31451A: hue angle of 87.91º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31451A is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 69 | 26 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.73 |
| HSL | 87.91º | 0.45% | 0.19% | - |
| HSV(B) | 87.91º | 0.62% | 0.27% | - |
| XYZ | 3.58 | 4.98 | 1.75 | - |
| YUV | 58.12 | 109.87 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 69 | 26 | 0.29 | 0 | 0.62 | 0.73 | 87.91 | 0.45 | 0.19 |
| Hex | 31 | 45 | 1A | 1D | 0 | 3E | 49 | 58 | 2D | 13 |
| Octal | 61 | 105 | 32 | 35 | 0 | 76 | 111 | 130 | 55 | 23 |
| Binary | 110001 | 1000101 | 11010 | 11101 | 0 | 111110 | 1001001 | 1011000 | 101101 | 10011 |
Color Harmonies of #31451A
Complementary color
Monochromatic Colors of #31451A
Black with #31451A
Text Example
Text Example
White with #31451A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31451A; }
p { color: rgb(49,69,26); }
H1.HeaderClassName
{
color: #31451A;
}
.AnyTagClassName
{
color: #31451A;
}
</style>
background-color css
<style>
a { background-color: #31451A; }
a { background-color: rgb(49,69,26); }
div.DivClassName
{
background-color: #31451A;
}
.BgClassName
{
background-color: #31451A;
}
</style>
border-color css
<style>
span { border-color: #31451A; }
span { border-color: rgb(49,69,26); }
td.TdClassName
{
border-color: #31451A;
}
.TagClassName
{
border-color: #31451A;
}
</style>