Shades of Seaweed #32431B
Tints of Seaweed #32431B
RGB
CMYK
RGB Variations
Color information
#32431B (or 0x32431B) is known color: Seaweed. HEX triplet: 32, 43 and 1B. RGB value is (50,67,27). Sum of RGB (Red+Green+Blue) = 50+67+27=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 67 (26.56% from 255 or 46.53% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 67 - color contains mainly: green. Hex color #32431B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32431B is #CDBCE4. Grayscale: #393939. Windows color (decimal): -13483237 or 1786674. OLE color: 1786674.
HSL color Cylindrical-coordinate representation of color #32431B: hue angle of 85.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32431B is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 67 | 27 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.74 |
| HSL | 85.5º | 0.43% | 0.18% | - |
| HSV(B) | 85.5º | 0.6% | 0.26% | - |
| XYZ | 3.52 | 4.77 | 1.77 | - |
| YUV | 57.36 | 110.87 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 67 | 27 | 0.25 | 0 | 0.60 | 0.74 | 85.5 | 0.43 | 0.18 |
| Hex | 32 | 43 | 1B | 19 | 0 | 3C | 4A | 56 | 2B | 12 |
| Octal | 62 | 103 | 33 | 31 | 0 | 74 | 112 | 126 | 53 | 22 |
| Binary | 110010 | 1000011 | 11011 | 11001 | 0 | 111100 | 1001010 | 1010110 | 101011 | 10010 |
Color Harmonies of #32431B
Complementary color
Monochromatic Colors of #32431B
Black with #32431B
Text Example
Text Example
White with #32431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32431B; }
p { color: rgb(50,67,27); }
H1.HeaderClassName
{
color: #32431B;
}
.AnyTagClassName
{
color: #32431B;
}
</style>
background-color css
<style>
a { background-color: #32431B; }
a { background-color: rgb(50,67,27); }
div.DivClassName
{
background-color: #32431B;
}
.BgClassName
{
background-color: #32431B;
}
</style>
border-color css
<style>
span { border-color: #32431B; }
span { border-color: rgb(50,67,27); }
td.TdClassName
{
border-color: #32431B;
}
.TagClassName
{
border-color: #32431B;
}
</style>