Shades of Swamp #253032
Tints of Swamp #253032
RGB
CMYK
RGB Variations
Color information
#253032 (or 0x253032) is known color: Swamp. HEX triplet: 25, 30 and 32. RGB value is (37,48,50). Sum of RGB (Red+Green+Blue) = 37+48+50=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 50 - color contains mainly: blue. Hex color #253032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253032 is #DACFCD. Grayscale: #2C2C2C. Windows color (decimal): -14340046 or 3289125. OLE color: 3289125.
HSL color Cylindrical-coordinate representation of color #253032: hue angle of 189.23º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #253032 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 37 | 48 | 50 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.80 |
| HSL | 189.23º | 0.15% | 0.17% | - |
| HSV(B) | 189.23º | 0.26% | 0.2% | - |
| XYZ | 2.4 | 2.74 | 3.42 | - |
| YUV | 44.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 48 | 50 | 0.26 | 0.04 | 0 | 0.80 | 189.23 | 0.15 | 0.17 |
| Hex | 25 | 30 | 32 | 1A | 4 | 0 | 50 | BD | F | 11 |
| Octal | 45 | 60 | 62 | 32 | 4 | 0 | 120 | 275 | 17 | 21 |
| Binary | 100101 | 110000 | 110010 | 11010 | 100 | 0 | 1010000 | 10111101 | 1111 | 10001 |
Color Harmonies of #253032
Complementary color
Monochromatic Colors of #253032
Black with #253032
Text Example
Text Example
White with #253032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253032; }
p { color: rgb(37,48,50); }
H1.HeaderClassName
{
color: #253032;
}
.AnyTagClassName
{
color: #253032;
}
</style>
background-color css
<style>
a { background-color: #253032; }
a { background-color: rgb(37,48,50); }
div.DivClassName
{
background-color: #253032;
}
.BgClassName
{
background-color: #253032;
}
</style>
border-color css
<style>
span { border-color: #253032; }
span { border-color: rgb(37,48,50); }
td.TdClassName
{
border-color: #253032;
}
.TagClassName
{
border-color: #253032;
}
</style>