Shades of Swamp #15312E
Tints of Swamp #15312E
RGB
CMYK
RGB Variations
Color information
#15312E (or 0x15312E) is known color: Swamp. HEX triplet: 15, 31 and 2E. RGB value is (21,49,46). Sum of RGB (Red+Green+Blue) = 21+49+46=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 49 - color contains mainly: green. Hex color #15312E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15312E is #EACED1. Grayscale: #282828. Windows color (decimal): -15388370 or 3027221. OLE color: 3027221.
HSL color Cylindrical-coordinate representation of color #15312E: hue angle of 173.57º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #15312E is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 49 | 46 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.81 |
| HSL | 173.57º | 0.4% | 0.14% | - |
| HSV(B) | 173.57º | 0.57% | 0.19% | - |
| XYZ | 1.9 | 2.55 | 2.98 | - |
| YUV | 40.29 | 131.22 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 46 | 0.57 | 0 | 0.06 | 0.81 | 173.57 | 0.4 | 0.14 |
| Hex | 15 | 31 | 2E | 39 | 0 | 6 | 51 | AE | 28 | E |
| Octal | 25 | 61 | 56 | 71 | 0 | 6 | 121 | 256 | 50 | 16 |
| Binary | 10101 | 110001 | 101110 | 111001 | 0 | 110 | 1010001 | 10101110 | 101000 | 1110 |
Color Harmonies of #15312E
Complementary color
Monochromatic Colors of #15312E
Black with #15312E
Text Example
Text Example
White with #15312E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15312E; }
p { color: rgb(21,49,46); }
H1.HeaderClassName
{
color: #15312E;
}
.AnyTagClassName
{
color: #15312E;
}
</style>
background-color css
<style>
a { background-color: #15312E; }
a { background-color: rgb(21,49,46); }
div.DivClassName
{
background-color: #15312E;
}
.BgClassName
{
background-color: #15312E;
}
</style>
border-color css
<style>
span { border-color: #15312E; }
span { border-color: rgb(21,49,46); }
td.TdClassName
{
border-color: #15312E;
}
.TagClassName
{
border-color: #15312E;
}
</style>