Shades of Seaweed #32372B
Tints of Seaweed #32372B
RGB
CMYK
RGB Variations
Color information
#32372B (or 0x32372B) is known color: Seaweed. HEX triplet: 32, 37 and 2B. RGB value is (50,55,43). Sum of RGB (Red+Green+Blue) = 50+55+43=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 55 - color contains mainly: green. Hex color #32372B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32372B is #CDC8D4. Grayscale: #343434. Windows color (decimal): -13486293 or 2832178. OLE color: 2832178.
HSL color Cylindrical-coordinate representation of color #32372B: hue angle of 85º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #32372B is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 55 | 43 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.78 |
| HSL | 85º | 0.12% | 0.19% | - |
| HSV(B) | 85º | 0.22% | 0.22% | - |
| XYZ | 3.12 | 3.58 | 2.81 | - |
| YUV | 52.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 43 | 0.09 | 0 | 0.22 | 0.78 | 85 | 0.12 | 0.19 |
| Hex | 32 | 37 | 2B | 9 | 0 | 16 | 4E | 55 | C | 13 |
| Octal | 62 | 67 | 53 | 11 | 0 | 26 | 116 | 125 | 14 | 23 |
| Binary | 110010 | 110111 | 101011 | 1001 | 0 | 10110 | 1001110 | 1010101 | 1100 | 10011 |
Color Harmonies of #32372B
Complementary color
Monochromatic Colors of #32372B
Black with #32372B
Text Example
Text Example
White with #32372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32372B; }
p { color: rgb(50,55,43); }
H1.HeaderClassName
{
color: #32372B;
}
.AnyTagClassName
{
color: #32372B;
}
</style>
background-color css
<style>
a { background-color: #32372B; }
a { background-color: rgb(50,55,43); }
div.DivClassName
{
background-color: #32372B;
}
.BgClassName
{
background-color: #32372B;
}
</style>
border-color css
<style>
span { border-color: #32372B; }
span { border-color: rgb(50,55,43); }
td.TdClassName
{
border-color: #32372B;
}
.TagClassName
{
border-color: #32372B;
}
</style>