Shades of Swamp #252828
Tints of Swamp #252828
RGB
CMYK
RGB Variations
Color information
#252828 (or 0x252828) is known color: Swamp. HEX triplet: 25, 28 and 28. RGB value is (37,40,40). Sum of RGB (Red+Green+Blue) = 37+40+40=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 40 - color contains mainly: green, blue. Hex color #252828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252828 is #DAD7D7. Grayscale: #272727. Windows color (decimal): -14342104 or 2631717. OLE color: 2631717.
HSL color Cylindrical-coordinate representation of color #252828: hue angle of 180º degrees, saturation: 0.04, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #252828 is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 37 | 40 | 40 | - |
| CMYK | 0.07 | 0 | 0 | 0.84 |
| HSL | 180º | 0.04% | 0.15% | - |
| HSV(B) | 180º | 0.07% | 0.16% | - |
| XYZ | 1.9 | 2.06 | 2.31 | - |
| YUV | 39.1 | 128.51 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 40 | 40 | 0.07 | 0 | 0 | 0.84 | 180 | 0.04 | 0.15 |
| Hex | 25 | 28 | 28 | 7 | 0 | 0 | 54 | B4 | 4 | F |
| Octal | 45 | 50 | 50 | 7 | 0 | 0 | 124 | 264 | 4 | 17 |
| Binary | 100101 | 101000 | 101000 | 111 | 0 | 0 | 1010100 | 10110100 | 100 | 1111 |
Color Harmonies of #252828
Complementary color
Monochromatic Colors of #252828
Black with #252828
Text Example
Text Example
White with #252828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252828; }
p { color: rgb(37,40,40); }
H1.HeaderClassName
{
color: #252828;
}
.AnyTagClassName
{
color: #252828;
}
</style>
background-color css
<style>
a { background-color: #252828; }
a { background-color: rgb(37,40,40); }
div.DivClassName
{
background-color: #252828;
}
.BgClassName
{
background-color: #252828;
}
</style>
border-color css
<style>
span { border-color: #252828; }
span { border-color: rgb(37,40,40); }
td.TdClassName
{
border-color: #252828;
}
.TagClassName
{
border-color: #252828;
}
</style>