Shades of Swamp #242F31
Tints of Swamp #242F31
RGB
CMYK
RGB Variations
Color information
#242F31 (or 0x242F31) is known color: Swamp. HEX triplet: 24, 2F and 31. RGB value is (36,47,49). Sum of RGB (Red+Green+Blue) = 36+47+49=132 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.27% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 49 - color contains mainly: blue. Hex color #242F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F31 is #DBD0CE. Grayscale: #2B2B2B. Windows color (decimal): -14405839 or 3223332. OLE color: 3223332.
HSL color Cylindrical-coordinate representation of color #242F31: hue angle of 189.23º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #242F31 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 36 | 47 | 49 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.81 |
| HSL | 189.23º | 0.15% | 0.17% | - |
| HSV(B) | 189.23º | 0.27% | 0.19% | - |
| XYZ | 2.3 | 2.63 | 3.29 | - |
| YUV | 43.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 49 | 0.27 | 0.04 | 0 | 0.81 | 189.23 | 0.15 | 0.17 |
| Hex | 24 | 2F | 31 | 1B | 4 | 0 | 51 | BD | F | 11 |
| Octal | 44 | 57 | 61 | 33 | 4 | 0 | 121 | 275 | 17 | 21 |
| Binary | 100100 | 101111 | 110001 | 11011 | 100 | 0 | 1010001 | 10111101 | 1111 | 10001 |
Color Harmonies of #242F31
Complementary color
Monochromatic Colors of #242F31
Black with #242F31
Text Example
Text Example
White with #242F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242F31; }
p { color: rgb(36,47,49); }
H1.HeaderClassName
{
color: #242F31;
}
.AnyTagClassName
{
color: #242F31;
}
</style>
background-color css
<style>
a { background-color: #242F31; }
a { background-color: rgb(36,47,49); }
div.DivClassName
{
background-color: #242F31;
}
.BgClassName
{
background-color: #242F31;
}
</style>
border-color css
<style>
span { border-color: #242F31; }
span { border-color: rgb(36,47,49); }
td.TdClassName
{
border-color: #242F31;
}
.TagClassName
{
border-color: #242F31;
}
</style>