Shades of Swamp #252D2D
Tints of Swamp #252D2D
RGB
CMYK
RGB Variations
Color information
#252D2D (or 0x252D2D) is known color: Swamp. HEX triplet: 25, 2D and 2D. RGB value is (37,45,45). Sum of RGB (Red+Green+Blue) = 37+45+45=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 45 (17.97% from 255 or 35.43% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 45 - color contains mainly: green, blue. Hex color #252D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D2D is #DAD2D2. Grayscale: #2A2A2A. Windows color (decimal): -14340819 or 2960677. OLE color: 2960677.
HSL color Cylindrical-coordinate representation of color #252D2D: hue angle of 180º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #252D2D is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 37 | 45 | 45 | - |
CMYK | 0.18 | 0 | 0 | 0.82 |
HSL | 180º | 0.1% | 0.16% | - |
HSV(B) | 180º | 0.18% | 0.18% | - |
XYZ | 2.17 | 2.46 | 2.84 | - |
YUV | 42.61 | 129.35 | 124 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 37 | 45 | 45 | 0.18 | 0 | 0 | 0.82 | 180 | 0.1 | 0.16 |
Hex | 25 | 2D | 2D | 12 | 0 | 0 | 52 | B4 | A | 10 |
Octal | 45 | 55 | 55 | 22 | 0 | 0 | 122 | 264 | 12 | 20 |
Binary | 100101 | 101101 | 101101 | 10010 | 0 | 0 | 1010010 | 10110100 | 1010 | 10000 |
Color Harmonies of #252D2D
Complementary color
Monochromatic Colors of #252D2D
Black with #252D2D
Text Example
Text Example
White with #252D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252D2D; }
p { color: rgb(37,45,45); }
H1.HeaderClassName
{
color: #252D2D;
}
.AnyTagClassName
{
color: #252D2D;
}
</style>
background-color css
<style>
a { background-color: #252D2D; }
a { background-color: rgb(37,45,45); }
div.DivClassName
{
background-color: #252D2D;
}
.BgClassName
{
background-color: #252D2D;
}
</style>
border-color css
<style>
span { border-color: #252D2D; }
span { border-color: rgb(37,45,45); }
td.TdClassName
{
border-color: #252D2D;
}
.TagClassName
{
border-color: #252D2D;
}
</style>