Shades of Swamp #132425
Tints of Swamp #132425
RGB
CMYK
RGB Variations
Color information
#132425 (or 0x132425) is known color: Swamp. HEX triplet: 13, 24 and 25. RGB value is (19,36,37). Sum of RGB (Red+Green+Blue) = 19+36+37=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 36 (14.45% from 255 or 39.13% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 37 - color contains mainly: blue. Hex color #132425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132425 is #ECDBDA. Grayscale: #1F1F1F. Windows color (decimal): -15522779 or 2434067. OLE color: 2434067.
HSL color Cylindrical-coordinate representation of color #132425: hue angle of 183.33º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #132425 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 36 | 37 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.85 |
| HSL | 183.33º | 0.32% | 0.11% | - |
| HSV(B) | 183.33º | 0.49% | 0.15% | - |
| XYZ | 1.23 | 1.53 | 1.98 | - |
| YUV | 31.03 | 131.37 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 37 | 0.49 | 0.03 | 0 | 0.85 | 183.33 | 0.32 | 0.11 |
| Hex | 13 | 24 | 25 | 31 | 3 | 0 | 55 | B7 | 20 | B |
| Octal | 23 | 44 | 45 | 61 | 3 | 0 | 125 | 267 | 40 | 13 |
| Binary | 10011 | 100100 | 100101 | 110001 | 11 | 0 | 1010101 | 10110111 | 100000 | 1011 |
Color Harmonies of #132425
Complementary color
Monochromatic Colors of #132425
Black with #132425
Text Example
Text Example
White with #132425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132425; }
p { color: rgb(19,36,37); }
H1.HeaderClassName
{
color: #132425;
}
.AnyTagClassName
{
color: #132425;
}
</style>
background-color css
<style>
a { background-color: #132425; }
a { background-color: rgb(19,36,37); }
div.DivClassName
{
background-color: #132425;
}
.BgClassName
{
background-color: #132425;
}
</style>
border-color css
<style>
span { border-color: #132425; }
span { border-color: rgb(19,36,37); }
td.TdClassName
{
border-color: #132425;
}
.TagClassName
{
border-color: #132425;
}
</style>