Shades of Swamp #13312F
Tints of Swamp #13312F
RGB
CMYK
RGB Variations
Color information
#13312F (or 0x13312F) is known color: Swamp. HEX triplet: 13, 31 and 2F. RGB value is (19,49,47). Sum of RGB (Red+Green+Blue) = 19+49+47=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 49 - color contains mainly: green. Hex color #13312F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13312F is #ECCED0. Grayscale: #272727. Windows color (decimal): -15519441 or 3092755. OLE color: 3092755.
HSL color Cylindrical-coordinate representation of color #13312F: hue angle of 176º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #13312F is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 49 | 47 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.81 |
| HSL | 176º | 0.44% | 0.13% | - |
| HSV(B) | 176º | 0.61% | 0.19% | - |
| XYZ | 1.88 | 2.54 | 3.08 | - |
| YUV | 39.8 | 132.06 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 47 | 0.61 | 0 | 0.04 | 0.81 | 176 | 0.44 | 0.13 |
| Hex | 13 | 31 | 2F | 3D | 0 | 4 | 51 | B0 | 2C | D |
| Octal | 23 | 61 | 57 | 75 | 0 | 4 | 121 | 260 | 54 | 15 |
| Binary | 10011 | 110001 | 101111 | 111101 | 0 | 100 | 1010001 | 10110000 | 101100 | 1101 |
Color Harmonies of #13312F
Complementary color
Monochromatic Colors of #13312F
Black with #13312F
Text Example
Text Example
White with #13312F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13312F; }
p { color: rgb(19,49,47); }
H1.HeaderClassName
{
color: #13312F;
}
.AnyTagClassName
{
color: #13312F;
}
</style>
background-color css
<style>
a { background-color: #13312F; }
a { background-color: rgb(19,49,47); }
div.DivClassName
{
background-color: #13312F;
}
.BgClassName
{
background-color: #13312F;
}
</style>
border-color css
<style>
span { border-color: #13312F; }
span { border-color: rgb(19,49,47); }
td.TdClassName
{
border-color: #13312F;
}
.TagClassName
{
border-color: #13312F;
}
</style>