Shades of Swamp #19312F
Tints of Swamp #19312F
RGB
CMYK
RGB Variations
Color information
#19312F (or 0x19312F) is known color: Swamp. HEX triplet: 19, 31 and 2F. RGB value is (25,49,47). Sum of RGB (Red+Green+Blue) = 25+49+47=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 49 - color contains mainly: green. Hex color #19312F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19312F is #E6CED0. Grayscale: #292929. Windows color (decimal): -15126225 or 3092761. OLE color: 3092761.
HSL color Cylindrical-coordinate representation of color #19312F: hue angle of 175º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #19312F is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 49 | 47 | - |
| CMYK | 0.49 | 0 | 0.04 | 0.81 |
| HSL | 175º | 0.32% | 0.15% | - |
| HSV(B) | 175º | 0.49% | 0.19% | - |
| XYZ | 2.01 | 2.61 | 3.09 | - |
| YUV | 41.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 47 | 0.49 | 0 | 0.04 | 0.81 | 175 | 0.32 | 0.15 |
| Hex | 19 | 31 | 2F | 31 | 0 | 4 | 51 | AF | 20 | F |
| Octal | 31 | 61 | 57 | 61 | 0 | 4 | 121 | 257 | 40 | 17 |
| Binary | 11001 | 110001 | 101111 | 110001 | 0 | 100 | 1010001 | 10101111 | 100000 | 1111 |
Color Harmonies of #19312F
Complementary color
Monochromatic Colors of #19312F
Black with #19312F
Text Example
Text Example
White with #19312F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19312F; }
p { color: rgb(25,49,47); }
H1.HeaderClassName
{
color: #19312F;
}
.AnyTagClassName
{
color: #19312F;
}
</style>
background-color css
<style>
a { background-color: #19312F; }
a { background-color: rgb(25,49,47); }
div.DivClassName
{
background-color: #19312F;
}
.BgClassName
{
background-color: #19312F;
}
</style>
border-color css
<style>
span { border-color: #19312F; }
span { border-color: rgb(25,49,47); }
td.TdClassName
{
border-color: #19312F;
}
.TagClassName
{
border-color: #19312F;
}
</style>