Shades of Swamp #223031
Tints of Swamp #223031
RGB
CMYK
RGB Variations
Color information
#223031 (or 0x223031) is known color: Swamp. HEX triplet: 22, 30 and 31. RGB value is (34,48,49). Sum of RGB (Red+Green+Blue) = 34+48+49=131 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.95% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 49 - color contains mainly: blue. Hex color #223031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223031 is #DDCFCE. Grayscale: #2B2B2B. Windows color (decimal): -14536655 or 3223586. OLE color: 3223586.
HSL color Cylindrical-coordinate representation of color #223031: hue angle of 184º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #223031 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 34 | 48 | 49 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.81 |
| HSL | 184º | 0.18% | 0.16% | - |
| HSV(B) | 184º | 0.31% | 0.19% | - |
| XYZ | 2.27 | 2.68 | 3.3 | - |
| YUV | 43.93 | 130.86 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 48 | 49 | 0.31 | 0.02 | 0 | 0.81 | 184 | 0.18 | 0.16 |
| Hex | 22 | 30 | 31 | 1F | 2 | 0 | 51 | B8 | 12 | 10 |
| Octal | 42 | 60 | 61 | 37 | 2 | 0 | 121 | 270 | 22 | 20 |
| Binary | 100010 | 110000 | 110001 | 11111 | 10 | 0 | 1010001 | 10111000 | 10010 | 10000 |
Color Harmonies of #223031
Complementary color
Monochromatic Colors of #223031
Black with #223031
Text Example
Text Example
White with #223031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223031; }
p { color: rgb(34,48,49); }
H1.HeaderClassName
{
color: #223031;
}
.AnyTagClassName
{
color: #223031;
}
</style>
background-color css
<style>
a { background-color: #223031; }
a { background-color: rgb(34,48,49); }
div.DivClassName
{
background-color: #223031;
}
.BgClassName
{
background-color: #223031;
}
</style>
border-color css
<style>
span { border-color: #223031; }
span { border-color: rgb(34,48,49); }
td.TdClassName
{
border-color: #223031;
}
.TagClassName
{
border-color: #223031;
}
</style>