Shades of Seaweed #33401F
Tints of Seaweed #33401F
RGB
CMYK
RGB Variations
Color information
#33401F (or 0x33401F) is known color: Seaweed. HEX triplet: 33, 40 and 1F. RGB value is (51,64,31). Sum of RGB (Red+Green+Blue) = 51+64+31=146 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.93% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 64 - color contains mainly: green. Hex color #33401F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33401F is #CCBFE0. Grayscale: #383838. Windows color (decimal): -13418465 or 2048051. OLE color: 2048051.
HSL color Cylindrical-coordinate representation of color #33401F: hue angle of 83.64º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #33401F is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 64 | 31 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.75 |
| HSL | 83.64º | 0.35% | 0.19% | - |
| HSV(B) | 83.64º | 0.52% | 0.25% | - |
| XYZ | 3.45 | 4.47 | 1.98 | - |
| YUV | 56.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 64 | 31 | 0.20 | 0 | 0.52 | 0.75 | 83.64 | 0.35 | 0.19 |
| Hex | 33 | 40 | 1F | 14 | 0 | 34 | 4B | 54 | 23 | 13 |
| Octal | 63 | 100 | 37 | 24 | 0 | 64 | 113 | 124 | 43 | 23 |
| Binary | 110011 | 1000000 | 11111 | 10100 | 0 | 110100 | 1001011 | 1010100 | 100011 | 10011 |
Color Harmonies of #33401F
Complementary color
Monochromatic Colors of #33401F
Black with #33401F
Text Example
Text Example
White with #33401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33401F; }
p { color: rgb(51,64,31); }
H1.HeaderClassName
{
color: #33401F;
}
.AnyTagClassName
{
color: #33401F;
}
</style>
background-color css
<style>
a { background-color: #33401F; }
a { background-color: rgb(51,64,31); }
div.DivClassName
{
background-color: #33401F;
}
.BgClassName
{
background-color: #33401F;
}
</style>
border-color css
<style>
span { border-color: #33401F; }
span { border-color: rgb(51,64,31); }
td.TdClassName
{
border-color: #33401F;
}
.TagClassName
{
border-color: #33401F;
}
</style>