Shades of Swamp #263231
Tints of Swamp #263231
RGB
CMYK
RGB Variations
Color information
#263231 (or 0x263231) is known color: Swamp. HEX triplet: 26, 32 and 31. RGB value is (38,50,49). Sum of RGB (Red+Green+Blue) = 38+50+49=137 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.74% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 50 - color contains mainly: green. Hex color #263231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263231 is #D9CDCE. Grayscale: #2E2E2E. Windows color (decimal): -14273999 or 3224102. OLE color: 3224102.
HSL color Cylindrical-coordinate representation of color #263231: hue angle of 175º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #263231 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 50 | 49 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.80 |
| HSL | 175º | 0.14% | 0.17% | - |
| HSV(B) | 175º | 0.24% | 0.2% | - |
| XYZ | 2.49 | 2.92 | 3.34 | - |
| YUV | 46.3 | 129.52 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 50 | 49 | 0.24 | 0 | 0.02 | 0.80 | 175 | 0.14 | 0.17 |
| Hex | 26 | 32 | 31 | 18 | 0 | 2 | 50 | AF | E | 11 |
| Octal | 46 | 62 | 61 | 30 | 0 | 2 | 120 | 257 | 16 | 21 |
| Binary | 100110 | 110010 | 110001 | 11000 | 0 | 10 | 1010000 | 10101111 | 1110 | 10001 |
Color Harmonies of #263231
Complementary color
Monochromatic Colors of #263231
Black with #263231
Text Example
Text Example
White with #263231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263231; }
p { color: rgb(38,50,49); }
H1.HeaderClassName
{
color: #263231;
}
.AnyTagClassName
{
color: #263231;
}
</style>
background-color css
<style>
a { background-color: #263231; }
a { background-color: rgb(38,50,49); }
div.DivClassName
{
background-color: #263231;
}
.BgClassName
{
background-color: #263231;
}
</style>
border-color css
<style>
span { border-color: #263231; }
span { border-color: rgb(38,50,49); }
td.TdClassName
{
border-color: #263231;
}
.TagClassName
{
border-color: #263231;
}
</style>