Shades of Swamp #252C2D
Tints of Swamp #252C2D
RGB
CMYK
RGB Variations
Color information
#252C2D (or 0x252C2D) is known color: Swamp. HEX triplet: 25, 2C and 2D. RGB value is (37,44,45). Sum of RGB (Red+Green+Blue) = 37+44+45=126 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.37% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 45 - color contains mainly: blue. Hex color #252C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C2D is #DAD3D2. Grayscale: #2A2A2A. Windows color (decimal): -14341075 or 2960421. OLE color: 2960421.
HSL color Cylindrical-coordinate representation of color #252C2D: hue angle of 187.5º 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 #252C2D is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 37 | 44 | 45 | - |
CMYK | 0.18 | 0.02 | 0 | 0.82 |
HSL | 187.5º | 0.1% | 0.16% | - |
HSV(B) | 187.5º | 0.18% | 0.18% | - |
XYZ | 2.14 | 2.38 | 2.83 | - |
YUV | 42.02 | 129.68 | 124.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 37 | 44 | 45 | 0.18 | 0.02 | 0 | 0.82 | 187.5 | 0.1 | 0.16 |
Hex | 25 | 2C | 2D | 12 | 2 | 0 | 52 | BC | A | 10 |
Octal | 45 | 54 | 55 | 22 | 2 | 0 | 122 | 274 | 12 | 20 |
Binary | 100101 | 101100 | 101101 | 10010 | 10 | 0 | 1010010 | 10111100 | 1010 | 10000 |
Color Harmonies of #252C2D
Complementary color
Monochromatic Colors of #252C2D
Black with #252C2D
Text Example
Text Example
White with #252C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252C2D; }
p { color: rgb(37,44,45); }
H1.HeaderClassName
{
color: #252C2D;
}
.AnyTagClassName
{
color: #252C2D;
}
</style>
background-color css
<style>
a { background-color: #252C2D; }
a { background-color: rgb(37,44,45); }
div.DivClassName
{
background-color: #252C2D;
}
.BgClassName
{
background-color: #252C2D;
}
</style>
border-color css
<style>
span { border-color: #252C2D; }
span { border-color: rgb(37,44,45); }
td.TdClassName
{
border-color: #252C2D;
}
.TagClassName
{
border-color: #252C2D;
}
</style>