Shades of Swamp #182525
Tints of Swamp #182525
RGB
CMYK
RGB Variations
Color information
#182525 (or 0x182525) is known color: Swamp. HEX triplet: 18, 25 and 25. RGB value is (24,37,37). Sum of RGB (Red+Green+Blue) = 24+37+37=98 (12% of max value = 765). Red value is 24 (9.77% from 255 or 24.49% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 37 - color contains mainly: green, blue. Hex color #182525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182525 is #E7DADA. Grayscale: #212121. Windows color (decimal): -15194843 or 2434328. OLE color: 2434328.
HSL color Cylindrical-coordinate representation of color #182525: hue angle of 180º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #182525 is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 37 | 37 | - |
| CMYK | 0.35 | 0 | 0 | 0.85 |
| HSL | 180º | 0.21% | 0.12% | - |
| HSV(B) | 180º | 0.35% | 0.15% | - |
| XYZ | 1.37 | 1.65 | 2 | - |
| YUV | 33.11 | 130.19 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 37 | 37 | 0.35 | 0 | 0 | 0.85 | 180 | 0.21 | 0.12 |
| Hex | 18 | 25 | 25 | 23 | 0 | 0 | 55 | B4 | 15 | C |
| Octal | 30 | 45 | 45 | 43 | 0 | 0 | 125 | 264 | 25 | 14 |
| Binary | 11000 | 100101 | 100101 | 100011 | 0 | 0 | 1010101 | 10110100 | 10101 | 1100 |
Color Harmonies of #182525
Complementary color
Monochromatic Colors of #182525
Black with #182525
Text Example
Text Example
White with #182525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182525; }
p { color: rgb(24,37,37); }
H1.HeaderClassName
{
color: #182525;
}
.AnyTagClassName
{
color: #182525;
}
</style>
background-color css
<style>
a { background-color: #182525; }
a { background-color: rgb(24,37,37); }
div.DivClassName
{
background-color: #182525;
}
.BgClassName
{
background-color: #182525;
}
</style>
border-color css
<style>
span { border-color: #182525; }
span { border-color: rgb(24,37,37); }
td.TdClassName
{
border-color: #182525;
}
.TagClassName
{
border-color: #182525;
}
</style>