Shades of Swamp #252B2C
Tints of Swamp #252B2C
RGB
CMYK
RGB Variations
Color information
#252B2C (or 0x252B2C) is known color: Swamp. HEX triplet: 25, 2B and 2C. RGB value is (37,43,44). Sum of RGB (Red+Green+Blue) = 37+43+44=124 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.84% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 44 - color contains mainly: blue. Hex color #252B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252B2C is #DAD4D3. Grayscale: #292929. Windows color (decimal): -14341332 or 2894629. OLE color: 2894629.
HSL color Cylindrical-coordinate representation of color #252B2C: hue angle of 188.57º degrees, saturation: 0.09, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #252B2C is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 43 | 44 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.83 |
| HSL | 188.57º | 0.09% | 0.16% | - |
| HSV(B) | 188.57º | 0.16% | 0.17% | - |
| XYZ | 2.08 | 2.3 | 2.72 | - |
| YUV | 41.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 43 | 44 | 0.16 | 0.02 | 0 | 0.83 | 188.57 | 0.09 | 0.16 |
| Hex | 25 | 2B | 2C | 10 | 2 | 0 | 53 | BD | 9 | 10 |
| Octal | 45 | 53 | 54 | 20 | 2 | 0 | 123 | 275 | 11 | 20 |
| Binary | 100101 | 101011 | 101100 | 10000 | 10 | 0 | 1010011 | 10111101 | 1001 | 10000 |
Color Harmonies of #252B2C
Complementary color
Monochromatic Colors of #252B2C
Black with #252B2C
Text Example
Text Example
White with #252B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252B2C; }
p { color: rgb(37,43,44); }
H1.HeaderClassName
{
color: #252B2C;
}
.AnyTagClassName
{
color: #252B2C;
}
</style>
background-color css
<style>
a { background-color: #252B2C; }
a { background-color: rgb(37,43,44); }
div.DivClassName
{
background-color: #252B2C;
}
.BgClassName
{
background-color: #252B2C;
}
</style>
border-color css
<style>
span { border-color: #252B2C; }
span { border-color: rgb(37,43,44); }
td.TdClassName
{
border-color: #252B2C;
}
.TagClassName
{
border-color: #252B2C;
}
</style>