Shades of Swamp #1F3635
Tints of Swamp #1F3635
RGB
CMYK
RGB Variations
Color information
#1F3635 (or 0x1F3635) is known color: Swamp. HEX triplet: 1F, 36 and 35. RGB value is (31,54,53). Sum of RGB (Red+Green+Blue) = 31+54+53=138 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.46% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 53 (21.09% from 255 or 38.41% from 138); Max value from RGB is 54 - color contains mainly: green. Hex color #1F3635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3635 is #E0C9CA. Grayscale: #2E2E2E. Windows color (decimal): -14731723 or 3487263. OLE color: 3487263.
HSL color Cylindrical-coordinate representation of color #1F3635: hue angle of 177.39º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1F3635 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 31 | 54 | 53 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.79 |
| HSL | 177.39º | 0.27% | 0.17% | - |
| HSV(B) | 177.39º | 0.43% | 0.21% | - |
| XYZ | 2.53 | 3.19 | 3.85 | - |
| YUV | 47.01 | 131.38 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 54 | 53 | 0.43 | 0 | 0.02 | 0.79 | 177.39 | 0.27 | 0.17 |
| Hex | 1F | 36 | 35 | 2B | 0 | 2 | 4F | B1 | 1B | 11 |
| Octal | 37 | 66 | 65 | 53 | 0 | 2 | 117 | 261 | 33 | 21 |
| Binary | 11111 | 110110 | 110101 | 101011 | 0 | 10 | 1001111 | 10110001 | 11011 | 10001 |
Color Harmonies of #1F3635
Complementary color
Monochromatic Colors of #1F3635
Black with #1F3635
Text Example
Text Example
White with #1F3635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3635; }
p { color: rgb(31,54,53); }
H1.HeaderClassName
{
color: #1F3635;
}
.AnyTagClassName
{
color: #1F3635;
}
</style>
background-color css
<style>
a { background-color: #1F3635; }
a { background-color: rgb(31,54,53); }
div.DivClassName
{
background-color: #1F3635;
}
.BgClassName
{
background-color: #1F3635;
}
</style>
border-color css
<style>
span { border-color: #1F3635; }
span { border-color: rgb(31,54,53); }
td.TdClassName
{
border-color: #1F3635;
}
.TagClassName
{
border-color: #1F3635;
}
</style>